Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1004714

    Hi,

    I have issues customizing the mobile menu of my site: kove.bg

    I tried this CSS, but some elements remain hidden in the background and also the background color is not OK.

    `@media only screen and (max-width:767px) {
    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
    font-size: 36px;
    color: white !important;
    }

    #top .av-burger-overlay-inner {
    background-image: url(‘https://mydomain.com/image.jpg’);
    }
    }

    Thanks in advance :)
    Boyan

    #1004726

    Hey boyan89,
    Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width:984px) {
    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
    font-size: 36px;
    color: #fff !important;
    }
    .html_av-overlay-side #top .av-burger-overlay-scroll {
        background: rgba(156, 156, 156, .5) !important; 
    }
    .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
        background-color: #fff !important; 
    }
    }

    Best regards,
    Mike

    #1010517

    Thanks Mike,

    How can I make the overlay dark and not transparent?

    Best,
    Boyan

    #1010569

    Hi Boyan,

    Please try this instead:

    @media only screen and (max-width:984px) {
    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
    font-size: 36px;
    color: #fff !important;
    }
    .html_av-overlay-side #top .av-burger-overlay-scroll {
        background: rgba(156, 156, 156, 1) !important; 
    }
    .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
        background-color: #fff !important; 
    }
    }

    Best regards,
    Rikard

    #1013539

    Hi,
    on our website we want the burger menu to be shown on all tablets (9,7 zoll and lower). Which CSS do we have to use?

    Best regards,
    Martina

    #1013561

    Worked! Thank you so much :)

    #1013597

    Hi boyan89,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1013598

    Hi Martina,

    Please try the following in Quick CSS under Enfold->General Styling:

    @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

    #1013631

    You can close it, thanks!

    #1013773

    Hi boyan89,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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