Is changing the color of the Page and Post titles something we can do through the Styling Dashboard or do we do that in the code?
Thanks!
Is changing the color of the Page and Post titles something we can do through the Styling Dashboard or do we do that in the code?
Thanks!
Hi steve4640,
You can do this by going to Propulsion > Theme Options > Styling. And find Body Font color, however using this option also affects other text such as meta information to have the same color as well. I think it is better to change the page and post title color (still on the same page) find Quick CSS and add this code:
h1.page-title {
color: black;
}
Just change the color value, if the code above doesn't work, you can try to use this instead:
h1.page-title {
color: black !important;
}
Hope this helps. :)
Regards,
Ismael
Splendid, works perfect!
Hi steve4640,
Glad it worked. :)
Cheers,
Ismael
You must log in to post.