Hi,
http://terranet.se/new/blue-front/
Under General settings the Heading color is set grey
but when I try to change the H2 on this page to white it stick with the grey.
Can´t i override the General settings in a text element?
Thanks
Charlotte
Hi Charlotte!
Please add following code to Quick CSS
.main_color b, .alternate_color b {
color: inherit;
}
Best regards,
Yigit
Thanks :)