This topic has 5 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #127832
     prepriemysel
    Participant

    Hallo,

    Can I make transparent menu on desctop and black backround of menu on mobile version? Look at photo what is my problem. Thanks.

    #127879
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme

    COPY CODE
    
    @media (max-width: 991px) {
    .navbar-transparent .header-color, .navbar-transparent .header-color .kleo-main-header {
        background-image: none;
        background-color: black;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #128090
     prepriemysel
    Participant

    Thank you, it is working. You can check the site, is it possible to make the menu not overlay the picture but make it above the picture in mobile version?

    #128173
     Laura
    Moderator

    Hello, yes, try adding this to style.css

    COPY CODE
    
    .navbar-transparent:not(.kleo-navbar-fixed) #header {
        position: relative !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #128207
     prepriemysel
    Participant

    Thank you!!!! ItΒ΄s done. πŸ™‚

    #128369
     Laura
    Moderator

    Yay glad to help πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?