Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2521
    shovelpower
    Member

    I set the the preview of my articles on the main page to 50 characters and after these number of characters is a “more”-link. If you click on it, you can read the whole article.

    This all works fine for me, but i dont like the “more”-link, I want to embed my own button. How to do that?

    #2576
    Sakin
    Keymaster

    @shovelpower: If you are asking for changing the text of more link then you have to build child theme and then alter catchbox_continue_reading_link() function. For easy solution you can upgrade to Catch Box Pro theme http://catchthemes.com/themes/catch-box-pro/.

    #2584
    shovelpower
    Member

    @Sakin Thank you, I found a solution and it works 🙂

    You have to edit the text “Continue reading” in functions.php. I changed the text to an html-code, which includes a little more button.

    #13994
    rgcoles
    Member

    is there a way to make the “Continue Reading” Bold and underlined?

    http://www.BoatingInternational.org

    Thank you!

    #13998
    Sakin
    Keymaster

    @rgcoles: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    a.more-link {
        font-weight: bold;
        text-decoration: underline;
    }
    #14009
    rgcoles
    Member

    Thank you @sakin, it worked!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to edit the "more"-link?’ is closed to new replies.