Hello,
I was able to change the color in Special heading. Now for some reason I can’t. I want the color font in white, so I added the white custom color and is working in some parts of the site but not in others, even in the same page. The ones on top are in white. The others on the bottom, not.
What can I do to fix this problem?
Thank you.
Best,
Alexia.
Hi Alexia R.!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hello,
Below my credentials,
Thank you.
Best Regards,
Alexia.
Hi!
It’s being overwritten by the default theme styling. Something that we should fix in the future. For now, please use this in the Quick CSS field:
.main_color h3 {
color: #ffffff;
}
Best regards,
Ismael
Hi Ismael,
I added the code you provided me but now in some pages the font is white and I do not want in white.
See the page example below.
Thank you.
Best,
Alexia.
Hi!
Please replace Ismaels code with the following:
.page-id-441 .main_color h3 {
color: #ffffff;
}
Regards,
Rikard
Hi Rikard,
Now is working!!
Thank you so much for your help!
Best Regards,
Alexia