Hi
I’ve come as close as I can but still cannot get things as I want them.
I’m working on http://www.3pointproductions.co.uk/ where I’d like the menu much closer to the logo. I’d also like to alter the transparency of the header once scrolled, more to 0.2 or so but cannot find where to do that. I’m trying to emulate http://www.l-s-d.design/ for someone – maybe even have the logo disappear on scroll like that one does. What do you think – can you help?
Thanks,
Colin
Sorry, seem to have found a conflict and it’s now working. I only managed to sort this after hours of trying so I finally wrote a forum post then managed to sort it!
I’d still be interested to know iof it’s possible to lose the logo when \I scroll down just leaving the menu?
Hi,
Please try this in Quick CSS to hide the logo once you have scrolled:
.header-scrolled-full strong.logo {
display:none;
}
Best regards,
Rikard
Ah – well that certainly hides the logo, but I was hoping the header would shrink too, leaving just the menu strip. It does that at http://www.l-s-d.design/
Thanks
Hi jonesthelight,
The header is shrinking already, do you need to shrink more?
Best regards,
Victoria
It’s fine – we are going with it as-is – I was just interested in whether I could recreate the effect as per the link I sent. On that, the logo and navigation appear to be replaced with a differently styled nav bar once the logo has scrolled out of sight. I thought it was neat.