• Hi, I was able to change the background color for desktop menu modifying the css:
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover,#menu li.current_page_item a {
    color: #fff;
    background: #1E436A !important;
    }

    But the background color for mobile shows color black.

    I appreciate your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Can you please share the link your site so that i can help you regarding that.

    Theme Author inkthemescom

    (@inkthemescom)

    Hi jairoaraya01,
    Put the code given below to
    Appearance->Theme Option->Styling Option->custom css
    it will resolve your problem.

    .mean-bar, .mean-bar ul li{
    color: #fff;
    background: #1E436A !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change background color for mbile’ is closed to new replies.