Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi @vrskyer

    Thanks for the using Wallstreet theme.

    To change the background color of the menu, Kindly paste the code given below in Custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).

    .navbar .navbar-nav > .active > a, 
    .navbar .navbar-nav > .active > a:hover, 
    .navbar .navbar-nav > .active > a:focus, 
    .navbar .navbar-nav > .open > a, 
    .navbar .navbar-nav > .open > a:hover, 
    .navbar .navbar-nav > .open > a:focus, 
    .navbar .navbar-nav > li > a:hover, 
    .navbar .navbar-nav > li > a:focus { 
    	background-color: #ff0000 !important; 
    }

    You can change color code of the menu as per the need.

    Regards

    Shahid

    Thread Starter vrskyer

    (@vrskyer)

    Hello Shahid,

    I mean the grey color in the background, sorry.How to do?

    Thanks

    Hello @vrskyer

    Okay for this, Kindly paste the code given below in Custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).

    .navbar-inverse {
        background-color: #000000 !important;
        opacity: 0.6 !important;
    }

    You can change color code and opacity of the menubar as per the need.

    If you need more help then let me know..!

    Shahid

    Regards

    Thread Starter vrskyer

    (@vrskyer)

    Hello again,

    You musunderstand me. I am talking of the large square grey background below menubar.

    Thanks.

    Hi @vrskyer,

    Kindly confirm looks like in the screenshot: http://prntscr.com/hxh99k. You can also tell me through the snapshot of your issue.

    Regards

    Shahid

    Thread Starter vrskyer

    (@vrskyer)

    Hello Shahid,

    Yes i want to change the grey background of 2 and 3 and same for the other categories of the head menu. Thanks.

    Hi @vrskyer

    For this, Kindly paste the code given below in Custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).

    .blog-detail-section {
        background-color: #600000 !important;
    }
    .sidebar-section {
        background-color: #600000 !important;
    }

    You can change the color code as per the need.

    If you need more help then let me know..!

    Shahid

    Regards

    Thread Starter vrskyer

    (@vrskyer)

    Hi Shahid,

    Works perfectly. Thanks much. Have a nice day.

    Hello @vrskyer,

    Glad to know it worked for you. I hope you enjoy Wallstreet theme.

    If you like our theme and help kindly share your feedback: https://wordpress.org/support/theme/wallstreet/reviews/#new-post

    If you have any questions, please let me know.

    Have a good day. 🙂

    Kind Regards

    Shahid

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Change background colors of menus’ is closed to new replies.