Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1293133

    Hi Everyone,

    My blog contains videos, podcasts and articles, so I’d like to change the button that goes with the excerpt to say “See More” instead of the default “Read More.” What is the correct Quick CSS?

    Thanks!

    #1293703

    Hey macjeffff,
    Thank you for your patience, please try this css and try to adjust the first font size to suit.

    /* change read more button */
    a.more-link:before{
      content: "See More" !important; 
      font-size: 16px !important; 
    }
    
    a.more-link {
      font-size: 0 !important; 
    }

    After applying the css, please clear your browser cache and check.
    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #1293799

    Thanks, Mike. That worked perfectly.

    #1293922

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Modify "Read More" button in Blog’ is closed to new replies.