• Resolved gumis375

    (@gumis375)


    Hello!
    I want to change size and write some else text on “continue reading” button, does anybody know how to do it?
    Or maybe another trick to make this button more visible, becouse some ppl dont know that my posts have more than one song. This is my site : dope.site90.net
    and what do you whink about visiblity?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The Continue Reading link has a class called more-link. You could create a different style for it in you css and perhaps make it look more like a button.

    Here’s an article that might be able to provide you with some inspiration – http://speckyboy.com/2009/05/27/22-css-button-styling-tutorials-and-techniques/

    If you’re comfortable with CSS, you could style the Continue Reading button as you wish by adding (or modifying if it exists) to your style.css file. Consider using a child theme to make modifications to your CSS. This makes sure your CSS changes remain after a theme update:
    http://codex.wordpress.org/Child_Themes

    To change the text, this would likely be in on of your PHP template files, such as category.php. Somewhere in the file, you’ll have a loop which will likely end with the text. I suggest you do a search (if you have the files locally) for that exact string (i.e. “Continue Reading”) and have the computer search inside files. This works particularly well on a Mac but Windows does a decent job too 🙂

    Thread Starter gumis375

    (@gumis375)

    Ok thank you 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change size of "continue reading"’ is closed to new replies.