• Hello, i need help, am using discovery child theme, i need to change the color of my dropdown menu from dark grey, so that its visible in mobile phones,i have tried changing through css with no success,please help.

Viewing 1 replies (of 1 total)
  • Hello amoswambugu,

    these are the selectors you need to use to overwrite the original rules:

    .main-small-navigation .menu,
    .main-small-navigation .children {
    	background-color: white;
    }
    
    .main-small-navigation li:hover > a,
    .main-small-navigation li.current_page_item a,
    .main-small-navigation li.current-menu-item a,
    .main-small-navigation ul ul a:hover {
    	background-color: red;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Changing the color of dropdown menu’ is closed to new replies.