main menu background color

Home Forums Legacy Support Support queries Styling issues main menu background color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #185418
    vikram4422joshi
    Spectator
    how to change the main menu background color? can we border these menu ? also the hover color of these menu? http://prntscr.com/llf52i
    #185431
    vikram4422joshi
    Spectator
    i found this css code header.standard nav .sub-menu li a:hover, header.standard nav .sub-menu li:hover a, header.standard nav>.menu>li.current-menu-item>a, header.standard nav>.menu>li.current_page_item>a, header.standard nav>.menu>li:hover>a:after{   background-color: #ff4367;   }   header #searchform:after, nav>.menu>li:hover>a:before{   border-color:#ff4367; !important;   } but it only change the selected menu color not all menu color which are not selected. please check here https://prnt.sc/llfk6d here is my website link https://www.sscnotification.com/
    #185437
    Ava
    Member
    Hey vikram4422joshi For Main menu background color, go to Customise -> Header -> Header Background Color    (You can change background color from here.) Refer: http://prntscr.com/llfvwh   Please add the below custom Css code to WP Admin – Appearance – customize - custom css - publish You can choose the color you want here for each part header.standard nav>.menu>li.current-menu-item>a{ border: 2px solid #000; } header.standard nav .menu li a:hover{ color: red !important; }
    #185579
    vikram4422joshi
    Spectator
    thanks the code worked..
    #185611
    Ava
    Member
    Thanks for confirming. I am closing this topic.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘main menu background color’ is closed to new replies.