Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #899989
    #901675

    Hey C-LabMX,

    Sorry first message I remove it.

    To be honest, that code is not intended to work like that.
    If you need it to be only for the transparent, it would require to be custom coded. You can get help on that by hiring a freelancer.

    Thank you

    Best regards,
    Basilis

    • This reply was modified 6 years, 6 months ago by Basilis.
    #901880

    I see,

    Well, it looks I kind of fixed it, I found another post with a workaround. Another question, how can I show the hamburger menu earlier? It’s needed under 1180px

    Regards

    #901890

    Fount it too, thank you.

    
    @media only screen and (max-width: 1180px) {
    .av-main-nav > li.menu-item-avia-special {
        display: block;
    }
    .av-main-nav > li.menu-item {
        display: none;
    }
    }
    

    You can close this thread.

    #902034

    Hi C-LabMX,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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