also headings (H*) is same color (yellow) and I can’t find this setting.
thanks in advance.
Hi,
Can you post the link to your website please?
Regards,
Josue
Sure, http://yazhou.se
Hey!
Try adding this code to the Quick CSS:
.widgettitle {
color: white !important;
}
Adjust as needed.
Cheers!
Josue
Thanks but it didn’t work. I added it exactly like you said with white, and as you can see, it’s still the same yellow color.
Any other ideas ?
Hi!
You have put double dots in the selector:
..widgettitle {
color: white !important;
}
It should be:
.widgettitle {
color: white !important;
}
Cheers!
Josue
Hi!
You have put double dots in the selector:
..widgettitle {
color: white !important;
}
It should be:
.widgettitle {
color: white !important;
}
Cheers!
Josue
Yes, I had, because I first tried to edit the color to a RGB value and failed and then I (for some reason) tried to copy the code from the email I got of this conversation and in this email it says ..widgettitle for some reason.
Thanks for clearing this up, now I will find out how to set my wanted RGB color, but that is my problem, not yours (I rarely edit CSS you see).
Does this CSS also affect Header formatting in content then ?
Thanks for your help.
Hi!
No, this will only affect widget titles.
Best regards,
Josue
Ok, understood. But then I must ask again, how do I change color for Headings in Content ? The color was the same unchangeable Yellow color as Widget Title.
Are these bugs or what ? Am I missing a setting or missing something that is already documented ?
Regards.
Hi!
You can change those using the Advanced Style Editor, take a look at this video:
Best regards,
Josue