Coloured menu hover + bars on sides Posted in : Bloggy WP bluewhisky23Participant 22 February 2014 at 15:30 #12535 Hi, is there any way I can customize the followng: (1) the thickness/colour of the bars on the side of the main menu items (2) the hover colour and background of menu items. ahmetsaliKeymaster 25 February 2014 at 00:57 #12598 Hi, 1- you can change border colors via Live Customizer, update the theme if you don’t see them. To change the thickness try this custom css code; .main-navigation, .main-navigation > ul > li > a { border-bottom-width: 2px; margin-bottom: -1px; } 2-) try this custom css code; .main-navigation > ul > li > a:hover, .main-navigation > ul > li > a.selected { background: #345; color: #aff; } Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in and have valid license to reply to this topic. License required for the following item Bloggy WP - Responsive Minimalist WordPress Themeby pixelwars Login and Registration Log in · Register