Changing header color (H1)

Tried this code in CSS
#stacks_in_27_page1 { style= " color:#FFFFFF;"}

and no luck. The default color is black and in this extra content area of the HIVE theme I would like for this to be white. Not that familiar with CSS.

Itโ€™s always much easier for someone to give you a hand with CSS if you give them a URL to a site, even if itโ€™s just a test page. You could try just targeting the h1 tag:

H1 {color: #fff;}
1 Like

There is a text color setting for each EC area. That changes the color of any text in the EC area, even headers.

Setting for EC 2
56 AM

Results
06 AM

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