bradley3d
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OnePress] Change logo opacity/logo on scrollThis worked great, thanks.
Just one last thing, not sure if this needs a new thread or not… how can I change the colour of the navbar menu on mobile… it’s currently black on a black background, so is not visible. It would be great to change it to white on mobile only.
Cheers,
BradleyForum: Themes and Templates
In reply to: [OnePress] Change logo opacity/logo on scrollHi Congthien,
I’ve changed the code to as you’ve shared it in your link. However, the effect only works on the mobile site. When I load the desktop site, it still loads with the logo showing in the top left.
Cheers,
BradleyForum: Themes and Templates
In reply to: [OnePress] Change logo opacity/logo on scrollHi Congthien,
Thanks for your help. I’ve added that into the custom CSS but it doesn’t appear to have worked. The code is alongside a piece to rescale the logo on mobile sites, so everything in the Custom CSS field currently looks like this:
@media (max-width: 768px) {
.site-branding { max-width: 100px; }.header-transparent .no-scroll .site-header { position: relative; background:black;}.header-transparent .no-scroll .site-header .site-logo-div { display : none; }
}
Any other options?
Cheers
Forum: Themes and Templates
In reply to: [OnePress] Change logo opacity/logo on scroll