• Hello there! Really beautiful theme, I’d like to re-use the hover that is in the navigation menu for search button (next to searchform) that I added to navigation menu. Any ideas how to do it? Thanks.

Viewing 1 replies (of 1 total)
  • Theme Author Template Express

    (@danstriker)

    hello, the styles used for the main nav hover are:

    .main-navigation li:hover > a,
    .main-navigation li.current_page_item a,
    .main-navigation li.current-menu-item a {
    	color: #FFF;
    	display: block;
    	background-color: #666;
    	border-radius: 0.2em;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Hover over search button’ is closed to new replies.