Problem with color of h2

Posted in: Newsmag
Post count: 13

Hi my headers title are not responding to the change of color. I already set it on the theme panel and add this code to the custom css, still no change, I clear my cache, the cache of the page and check, still no change. The title is between the big grid and the slider, it is supposed to be white.

The code:
.td-page-content h1, .td-page-content h2, .td-page-content h3, .td-page-content h4, .td-page-content h5, .td-page-content h6 {
color: #84c0cc;
}

My page is http://www.tierrapermanente.com

Hope you can help me, thank you

Post count: 6535

Hi

Your css does not generate a white color. In order to achieve that the property should be like this:
color: #fff;

Try this code in theme panel > custom code > custom css: http://screencast.com/t/tgMgvgaXxB

.wpb_revslider_heading {
color: #fff!important;
}

Let me know how it goes and if this not what you mean please provide more details.
Thanks!

  • This reply was modified 10 years by Andrei L..
Post count: 13

It worked thank you so much and sorry for the delay

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.