Hi,
In order to make menu bar (logo, burger menu) transparent on mobile, I put this into quick CSS:
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
background: transparent!important;
position: absolute!important;
}}
I found it on your website. So when I load a site on mobile, it is cool. I scroll down, and then I scroll back to the top, like I want to reload the page, and it shows the white menu bar with bolded logo and other elements. Can you check this out?
Hey BC_mne,
Thanks for the link, when I check your site and scroll back to the top the header changes back to transparent. Which browser are you using?
Best regards,
Mike
This is what I do: I scroll down, and I return to the top, and the menu is not transparent. I use it on iOS Safari and iOS Chrome.
The menu is white, and it should be blue. I provided the link to screenshot.