Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31801

    When I change the “Color Options” in Theme Options from “Light” to “Dark”, the color changed to dark. It works fine on computer. But when I open the site on mobile, still the colour of navigation menu is appearing “Blue” instead of “Black”…Please tell me how to make it “Black” even on mobile

    #31920
    Sakin
    Keymaster

    @puriabhishek22: Thanks for pointing out the issue. We will fix this in new version 1.5.3 soon to be release. Till then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .sb-holder {
    	background-color: #222 !important;
    }
    #masthead .sb-holder a:hover {
    	color: #fff !important;
    }
    .sb-options {
    	background-color: #222 !important;
    }
    .sb-options a {
    	border-color: #333 !important;
    }
    .sb-options a:hover,
    .sb-options a:focus,
    .sb-options a.sb-focus {
        background-color: #000 !important;
    }

    You can delete this css after you update to new version 1.5.3

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Navigation bar color’ is closed to new replies.