Hi, How would I change the font colour on the tabs and also the background colour (not the highlight colour) Many thanks.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .nav-wrapper ul li a:hover, .nav-wrapper ul li.current-menu-item a, .nav-wrapper ul li.current_page_item a { background: red; } .nav-wrapper ul li a { color: blue; } In place of "red" and "blue" you can put your color or color code. This will solve your issue.
Thanks Piyush. I was actually after the code to change the colour behind the tabs. On the black theme it is a dark grey. Would like it to be white. Thanks
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .nav-wrapper { background: white; } .nav-wrapper .sf-menu > li { border: none; } In place "white" you can put your color or color code. This will solve your issue.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .nav-border-container{ border:none; } Thanks & Regards Gourav Shrivastava