• Resolved Toni

    (@tools4toni)


    I had fixed this in other areas, but now I’m using a static blog page:

    I need the Read More font to be white or not red, on the static blog page. (I had to make the links visible site wide, so they are all red.)

    https://toni-esl.com/blog/

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this to the end of your child theme’s style.css file:

    .blog #content .more-link {
       color: white;
    }

    Thread Starter Toni

    (@tools4toni)

    Fantastic!!
    Works perfectly. Thank you so very much for your help and for responding so quickly.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Next to change font color in Read More boxes’ is closed to new replies.