Hi, Please can you give me the CSS to change the following of the top menu please: 1) Hover colour (currently black) 2) Remove the red line on the current and hover buttons 3) Get rid of the black lines that appear between a couple of the page titles on the top menu Thank you
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .top_menus .smoothmenu li a:hover, .top_menus li.current-menu-item a, .top_menus li.current-menu-parent a, .top_menus li.current_page_parent a, .top_menus li a.selected, .top_menus li.current-cat a { background: red; border-top: none; } .top_menus .smoothmenu li a { border-right:none; } In place of "red" you can put your color or color code.