Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1104209

    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?

    #1104337

    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

    #1104345

    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.

    #1104618

    Hi,
    Thanks for the screenshot and telling us which browser.
    I can’t reproduce this on Windows or Android, I will ask the team to look into this with an iPhone.
    Thank you for your patience.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.