Logo Height Locked via Important Notice in CSS – Undo This?
-
URL: https://www.johnrothra.com
I want to adjust the height of the logo in the sticky header from 30px to 41px. However, the CSS is locking in the 30px height via the
!important
notice. So, when I add custom CSS, it overrides my customizations. How can I strip!important
without editing the parent theme’s CSS (because doing so could be for naught at the next theme update)?Here’s the CSS that’s causing it:
.sticky-enabled .tc-shrink-on .site-logo img { height: 30px!important; width: auto!important; }
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Logo Height Locked via Important Notice in CSS – Undo This?’ is closed to new replies.