COLOR IS NOT CHANGED EVEN AFTER CHANGE THE COLORS.CSS

3 replies · opened Mar 20, 2020

NnataliamatulessyMar 20, 2020

Hello, I recently changed the color of my website, http://nataliamatulessy.com by editing the colors.css file. It went well, the color has changed, except for the MENU BUTTON, the one with links: contact me, bahasa indonesia, etc, they are still in the old color.

How to change this, because I have changed ALL the color code in colors.css and colors.php and the demo file (which is now the index.html) file. It is strange that it holds on to the old colors.

Thank you.

SSemicolon WebSTAFFMar 20, 2020

Hello,

Apologies about the Inconveniences caused!

Some of the Niche Demos have specific Color Declarations in their respective CSS Files. Please consider using the following CSS Code to fix this:


@media (min-width: 992px) {

	#primary-menu ul li:hover > a,
	#primary-menu ul li.current > a {
		background-color: #7B6ED6;
		color: #FFF !important;
	}

}

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

NnataliamatulessyMar 20, 2020

Where is this supposed to be written?

SSemicolon WebSTAFFMar 22, 2020

Hello,

You will need to use these codes inside the css/custom.css File and detailed instructions are provided in the Documentation > Start > Customization Section about using Custom CSS Codes.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard