Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1437684
    antonella codogno
    Guest

    Good morning, I’m sorry if I’m writing from here but I can’t find the solution on the forum. I need to keep the header transparent ALWAYS above the slides, it must only become white later. Is this possible?

    #1437703

    Hey antonella codogno,

    You can set the header transparency in the Layout menu in the sidebar while editing the page.

    Best regards,
    Rikard

    #1437995

    Bye thank you. And how do I make the burger menu appear horizontally already on the tablet? Otherwise the entries overlap the logo

    #1438012

    Hi,

    Please try this in Quick CSS:

    @media only screen and (max-width: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

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