Hi there, I would like to change my front page colours & need help with the CSS custom coding. 1) Change the header background to a colour like #95712a 2) Change the navigation bar to grey or #6d6a61 & add black separators 3) Completely remove the black boarders Thanks in advance, Charlie
Hi charlie! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header { background: #95712a; } #menu li:hover a, #menu li.current_page_item a { background: #6d6a61; } #menu .ddsmoothmenu li a { background: #6d6a61; } .menu_bar { background-color: black; border-top: black; } If your issue doesn't resolved completely then provide us some edited screenshot indicating the issue. Thanks, Praveen