Menu item - Green color still

4 replies · opened Sep 21, 2020

NNEROVIKSep 21, 2020

Hi,

I have added <link rel="stylesheet" href="css/colors.php?color=E24A37" type="text/css" />

I have defined in custom.css :
.dark .menu-item:hover > .menu-link,
.dark .menu-item.current > .menu-link {
color: #E24A37 !important;
}

this rule does not work. Menu items remain still in green.

Thanks for help

SSemicolon WebSTAFFSep 21, 2020

Hello,

Please provide us with a Live URL so that we can check out the exact issue and provide you with more assistance on this. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

NNEROVIKSep 21, 2020

Cannot give any URL now, the website is locally installed.

It looks like that css order is important (??) True ?

&lt;link rel="stylesheet" href="style.css" type="text/css" /&gt;
&lt;link rel="stylesheet" href="css/dark.css" type="text/css" /&gt;
&lt;link rel="stylesheet" href="css/colors.php?color=E24A37" type="text/css" /&gt;
NNEROVIKSep 21, 2020

Why in custom.css this rule does not apply

.promo-dark {
background-color: #E24A37 !important;
}

<div class="promo promo-dark promo-full bottommargin-lg header-stick border-top-0 p-5">
I also tried :

.promo-orange{
background-color: #E24A37 !important;
}

<div class="promo promo-orange promo-full bottommargin-lg header-stick border-top-0 p-5">

SSemicolon WebSTAFFSep 21, 2020

Hello,

Apologies about the Inconveniences caused! However, to properly check what is causing the issue, we need to check Live URLs as there might be many possible issues for the error including incorrect codes or invalid CSS Codes.

So, whenever you are ready, please provide us with a Live URL and we will definitely check this out for you. Thanks for your Patience.

Also, you can consider checking out the Position of the Colors CSS required for correct theming: http://docs.semicolonweb.com/docs/getting-started/color-schemes/

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

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