Boldgrid Cobalt Theme won’t change h1 headers on mobile
-
I’ve wasted 2 days on customizing the CSS trying to get this to work. If I tell the CSS to not word wrap, it works fine, but none of the other parameters work at all for some reason. It appears that there is some other CSS somewhere overriding it.
I want the font to be scalable, the images, everything else is. Just not the h1, h2, h3, etc. headers.
I’ve done several variations of code like this in the css: @media only screen and (max-width: 480px) { .template-page .entry-content-wrapper h1 { font-size: 24px; }}
Doesn’t work. I’d prefer not to download a plugin as I don’t want it to bog down the site as it’s already slow. How can i fix this?
The page I need help with: [log in to see the link]
- The topic ‘Boldgrid Cobalt Theme won’t change h1 headers on mobile’ is closed to new replies.