Editing color on Recent Posts

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13561
    zackrh
    Member

    Hey there, first off, thanks again for all your help so far! I’ve created other threads and really appreciate all the help you’ve given me!

    I’m including recent blog posts in the footer of this website. I’ve tried changing the color in the style sheet to white for the links but it’s not updating for some reason. How can I make those blog title links white so you can read them?

    http://frequency.fitness/ (bottom of the page in the footer)

    Thanks!
    Zack

    #13574
    Veena
    Moderator

    Pls use the following custom CSS in themeoptions –

    .contact-info ul.post-list li .entry-title a {
      color: #fff !important;
    }
    
    #13578
    zackrh
    Member

    That worked! Thanks for all your help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Editing color on Recent Posts’ is closed to new replies.