This topic has 1 reply, 2 voices, and was last updated 6 years by Radu.

  • Author
  • #200571
     flightsteal
    Participant

    I am unable to change my mobile menu from black to a different color. I’ve tried every setting in the customizer and nothing seems to change it from black to white.

    See https://flightsteal.com from a cell phone. I need that menu as white and menu text as black

    #200625
     Radu
    Moderator

    Hi

    just use this css

    COPY CODE
    
    @media (max-width: 991px){
        .kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header {
            background-color: #FFF;
        }
    
        .navbar-transparent .navbar-toggle .icon-bar {
            background-color:#000 !important;
        }
    
        ul#menu-kleonavmenu li a {
            color: rgba(12,12,12,0.8) !important;
        }
    
    }
    

    The css will be added to wp-admin -> theme options -> General settings -> Quick CSS

    Cheers
    R

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?