Inline css is overriding styles
-
I’m trying to change the font size of the site title but some inline css is overriding my styles even though I’m using !important like this:
.main-title {
font-size: 15px !important;
}The issue: https://cloudup.com/czR_GQw7ez6
How is this inline css inserted and how can I override it in my child theme?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Inline css is overriding styles’ is closed to new replies.