How do you change the colour of the page titles?
I tried both of the css solutions on this thread but none worked for me: http://www.kriesi.at/support/topic/change-color-of-font-in-title-container
How do you change the colour of the page titles?
I tried both of the css solutions on this thread but none worked for me: http://www.kriesi.at/support/topic/change-color-of-font-in-title-container
Hi cutecreation,
Try to use this code:
.title_container h1 {
color: red !important;
}
Just change the color value. Hope this helps. :)
Regards,
Ismael
Works perfectly, thanks :-)
This topic has been closed to new replies.