Hi!
I don’t love how the logo looks when it’s resized… Is there a way to use a different logo at that point?
I’d prefer to just keep the text “Give Lead Serve” and remove the three icons.
Hi,
Can you post the link to your website please?
Regards,
Josue
giveleadserve.com but it has a Coming Soon page active.
Hey!
Try adding this code to the Quick CSS:
.header-scrolled .logo a img {
visibility: hidden;
}
.header-scrolled .logo a {
background: url(_SCROLLED_LOGO_URL_HERE_) no-repeat top center;
}
Cheers!
Josue
Like a charm. Thanks!!
You are welcome, always glad to help :)
Regards,
Josue