Hi there,
With the shrinking header, I want to remove the current logo ‘M’ that appears when heading shrinks and just have normal logo appear, shrunk in size.
How do I change that?
Thanks
Hey marsh1984,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.header-scrolled .logo a {
background-image: none !important;
}
.header-scrolled .logo img {
opacity: 1 !important;
}
Hope it helps :)
Best regards,
Nikko