Hi there, I've plugged in the following code to allow me to change the colour of (amongst other things) the main topic bar along the top of the screen. Unfortunately, this doesn't seem to apply to the drop down headers under the main bar. If I add new subheads in, it doesn't circumvent this problem. Is there additional code I can insert? #menu .ddsmoothmenu { background: #1EA34A; } .footer { background-color: #004387; } .bottom-footer { background-color: #1EA34A; }
Hey! Could you please provide us your website URL with some edited screenshots of your issue so that we can assist you accordingly? In case you are unable to create a screenshot, you can follow the link http://www.screenpresso.com/ which will help you to create screenshot easily. Thanks, Praveen
Hi again - url is: www.scrivamedical.co.uk I've added a screenshot below, which shows the issue (see subheader bar under Experience, which is in a different colour to the main green bar). Thanks...
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard Code: #menu .ddsmoothmenu li li a:hover { background-color: #1EA34A !important; } #menu .ddsmoothmenu li li { background: rgb(30, 163, 74) !important; } Hope it will solve your issue.