Great theme!
I’m trying to change the h1, h2, h3, h4 tags to be a different color (red) however when I change the css anywhere it doesn’t update. I tried changing the css in the custom field within the enfold panel, I tried adding to the custom.css, changing the base.css and even shortcode.css and no matter what, it the header tags still stay grey. I know this should be a simple fix but it has taken me awhile to figure this out. Specifically on the homepage I have a Special Heading Shortcode H4 tag that I want to change red but cannot figure it out.
Hi muholland,
It is probably a case of targeting that h1,h2 etc more exactly. So you could try something like:
#top.home .entry-content h2 {
color: #FF0;
}
If you can provide a link to the home page example we can provide a more relevant example.
Regards,
Devin