Tagged: change color, headings
Hi, for some reason when I try to put custom colors for Headings H1-H6 it overrides and shows headings in black color. How do I go about using custom colors for headings?
Also, I need to edit the heading color h3 class=”widgettitle” and change that to white. What file / code do I edit to change that?
Thanks much,
Chris
Hi Chris,
What are you currently using to try and add the colors for the headers?
For the widgets, you can use:
#top .widget h3.widgettitle {
color: white;
}
Regards,
Devin
Hi Devin, I just edited the base.css and changed headings / body fonts. I just changed the footer widget and coded the title so it didn’t change color to h3 widget titles in the sidebar as well.
Thanks much