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

    Hi,

    On the posts pages, I’d like to change the ‘Read more’ and ‘>’ colors separately.

    How can I change just the ‘>’ to green?

    How can I change just the ‘Read more’ to a darker blue?

    Thank you

    #819480

    Hey FlatText,

    Add the following to quick css:

    span.more-link-arrow{
    color:green!important;
    }
    
    a.more-link{
    color:blue!important;
    }

    Of course adjust the colors to exactly what fits your needs.

    Best regards,
    Jordan Shannon

    #819484

    Thanks, Jordan!

    Worked perfectly :)

    #819494

    Hi,

    I’m glad I was able to get this fixed for you. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change 'Read more >' colors’ is closed to new replies.