• I’m using Oxygen theme andI don’t know how to change the css for the “read article” to other wordings, example “more”, please kindly provide the css code if possible.
    Thank you very much.
    My site is still under construction and not public yet, thank you for your help!

Viewing 1 replies (of 1 total)
  • Michael

    (@michael_r_cox)

    I see you posted this 8 months prior to my response, so I hope this still sheds light on your issue.

    I was able to fix this in the “archive.php” file under the div class “entry-summary”.

    <a class="read-more" href="<?php the_permalink(); ?>"><?php _e( 'Read Article', 'oxygen' ); ?> &rarr;</a>

    There you can change “Read Article” to anything you’d like.

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Oxygen theme Change "Read Article" to other Text’ is closed to new replies.