Tagged: logo
I used this CSS code
.header-scrolled .logo img { opacity: 0; }
.header-scrolled .logo a { background-image: url(logo url); }
to enable shrink logo but the transition from Normal logo to the shrinked logo isnt smooth. Please help me
Also the plugin “Link to download” isn’t working with the theme. It logs me out as soon as I try adding a download link. Is it a problem with the plugin or the theme? Do you know any better alternatives
Thank you
Hey ymahesh,
The logo normally shrinks smoothly by default, try removing your css and see what happens.
If you need further assistance please let us know.
Best regards,
Victoria
I want the logo to change when the header shrinks. So, is there any other way instead of removing the css?
Hi,
.header-scrolled .logo a img {
visibility: hidden;
}
.header-scrolled .logo a {
background: url(_SCROLLED_LOGO_URL_HERE_) no-repeat top center;
}
Tru the following please
Best regards,
Basilis