Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1202972

    Hello! I’m looking for the CSS needed to change the color of the “Read More” section of my Blog.

    Blog is current built as List Layout – Excerpt

    Thanks!

    #1203056

    Hey TLPLindseyMuchka,

    Please try the following in Quick CSS under Enfold->General Styling:

    a.more-link:hover {
      color: red; 
    }

    Best regards,
    Rikard

    #1203173

    Thank you!

    Just had to add the !important tag and it worked at changing the text to red (not background)… which works out perfectly!

    Here’s the code just for reference:
    a.more-link:hover {
    color: red !important;
    }

    #1203867

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1204205

    Ok to close. Thank you again!

    #1204210

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blog List View – Change Color "Read More" Hover’ is closed to new replies.