Accent colour problem

Hi,
I seem to be having trouble with the accent colour on my website. I have set the accent colour to #6eb1a2 but it seems to revert back to the default colour purple when you click into the second level pages?

My test site is http://littlebirdweddings.co.uk/test/

Many thanks
Claire

Hi Claire,

I hope you are well today and thank you for your question.

I am not sure what you meany by second level pages so could you please describe it a bit more in detail and share the URL of from your site so that i can help you?

Kind Regards,
Movin

Hi, yes my test site is http://littlebirdweddings.co.uk/test/

If you go to ‘current designs’ on the top menu and click any link in the drop down. Once you’ve clicked the menu colours revert back to purple.

Hope that helps,
Thanks
Claire

You can try changing that color by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#page .navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle{
	    color: #6eb1a2;
}

Hi, thanks for your reply. I’ve tried adding this code but the drop down is still changing to the purple colour. I’ve attached a couple of images to show what I mean. The site is still visible at http://littlebirdweddings.co.uk/test/

So initially when you’re on the home page the links and the drop down boxes are the teal accent colour I’ve chosen but once you click into one of the ‘current designs’ the colour goes back to purple.

Many thanks
Claire

Use the below CSS code to change that color.


#page .dropdown-menu>.active>a {
    background-color: #6eb1a2;
}