• Resolved inj9nhs3fhpabx4

    (@inj9nhs3fhpabx4)


    How does one change the background color for Drop-down menu items?
    Via Appearance->menu I changed a menu “FnR”to button using “btn FnR-navmenu” for optional CSS class.
    I have used the following code for the menu and changed the background color #13aff0. This works for the top menu item but I would like the dropdown menu items to have a background color #000. What needs to add or change in code below:

    
    .FnR-navmenu a span{
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right: 2px !important;
    	padding-left: 6px !important;
    }
    
    .FnR-navmenu a:hover span{
    	background-color: #13aff0!important;
    }
    
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Drop down menu item background color’ is closed to new replies.