how change tab color on side-navigation.html?

3 replies · opened Sep 21, 2019

RrdetwilerSep 21, 2019

Hi Canvas,

I'd like to use the side-navigation.html set up -- I can't find where to change the color of the snav tabs from green to another color.

Where do I do that? or what do you recommend?

Thank you very much for your help

RrdetwilerSep 21, 2019

screenshot..

SSemicolon WebSTAFFSep 22, 2019

Hello,

Please consider using the following CSS Code:

.sidenav > .ui-tabs-active > a,
.sidenav > .ui-tabs-active > a:hover {
	color: #FFF !important;
	background-color: #1ABC9C !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

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.

RrdetwilerSep 22, 2019

Thank you. Yes, that worked.

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