Body font color not set

I’ve got to the X-Theme Pro options, typography section and set the ‘body font color’ but this color is not reflected in any text on the page. The text elements are left at the defaults. This thread seems to suggest I need to set the color on every text block indivually? (that would be ridiculous) Am I misunderstanding?


John

Hi John,

Thank you for writing in, like KarenCooper said on that other thread this will require being added to the pre planning and set up procedure. if you’ve already set your text content then yes you need to go thru each of your text element and re-set the color.

or we can define a custom CSS to change the color of each text element deliberately. You can add this to Theme Options > CSS

body .x-text {
	color: red !important;
}

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.