Topic Resolution: Resolved
  • Closed
  • Rssn
    Spectator
    June 18, 2015 at 11:57 am #18328

    How can I change the font color of my flex slider title? The title was linked to the post so I can only change the color in General Link Color, I want to change it to white but it will affect the other links since it was in general.

    http://www.trendscend.net

    Thanks in advance.

    Roman
    Spectator
    Posts: 3147
    June 18, 2015 at 5:35 pm #18333

    Appearance -> Theme Options -> Custom CSS:

    .wooslider h2.slide-title a {
    color:white;
    }

    Rssn
    Spectator
    Posts: 31
    June 19, 2015 at 1:26 pm #18355

    Thanks Roman.