I’ve got some custom html modules in the footer of my JA Mero site, and the modules themselves are working fine — except for the titles. I cannot seem to change their color no matter what CSS I apply.
I’ve even tried adding !important, but no dice.
It’s the strangest thing, and I cannot find any CSS that would override mine in my custom.css file. Right now the titles are the size and font I want them… but they’re white on a very light blue background. I need to change them to #642200.
Setting what I believe to be the correct classes for the h3.module-title did nothing to change the color. There is a span wrapper around the actual words, but the span has no class or id. Adding span to the h3.module-title also did nothing to change the color either.
What am I getting wrong on this class? Are module titles handled somewhere else? Firebug lead me to believe that h3.module-title was the class to change.
If you can help, please do. I’ve beat my head against a wall trying to figure this out, but I’m unable to determine why.
Thank you.