Cannot override logo html elements
-
For some reason Customizr includes the HTML width/height in the logo.
<a class="site-logo" title="title" href="https://somesite.com/"> <img class=" attachment-2638" width="600" height="100" src="logo.png" style="height: 100px; width: 600px;"> </a>
I have overidden the css part but am unable to override the HTML part.
.site-logo > img { height: 100% !important; width: 100% !important; }
How can I override it?
Best regards, Hansa.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Cannot override logo html elements’ is closed to new replies.