custom css Posted in : Bloggy WP martianmasaiParticipant 18 December 2014 at 00:29 #17772 Hi I’d like to have a clear white navigation menu with black text and a line underneath the text on the navigation menu. Thanks ahmetsaliKeymaster 21 December 2014 at 16:15 #17877 Hi, try this custom css code; a#header-search-link { background: #fff; color: #555; } #header-search-link:hover, #header-search-link.active { color: #333; background: #fff; } nav#site-navigation { background: #fff; border-bottom: 1px solid #eee; } .main-navigation ul li, .main-navigation ul li a { color: #555; } .main-navigation > ul > li > a:hover, .main-navigation > ul > li > a.selected { color: #333; background: #fff; } .main-navigation > ul > li > a { border: 0 !important; } .main-navigation div.selector:before { color: #333; } 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