ESC Portal Footer Color not working

jaiho_rai
Kilo Sage

Hi All,

 

I am trying to change I checked all aspects -- EC Theme > CSS Include > Created new 

 

piece of code I have written

 

 

.employee-center-footer .scrub-footer .sf-main {
    background: #0088ec !default;
}

 

but it doesn't work.

1 ACCEPTED SOLUTION

jaiho_rai
Kilo Sage

Found the solution in we have add the CSS - EC Theme > CSS Include > create custom with stylesheet 

 

.scrub-footer .sf-main {
background-color: blue !important;
}

 

View solution in original post

2 REPLIES 2

jaiho_rai
Kilo Sage

This area needs to change the purple (all area) color to a custom,

jaiho_rai
Kilo Sage

Found the solution in we have add the CSS - EC Theme > CSS Include > create custom with stylesheet 

 

.scrub-footer .sf-main {
background-color: blue !important;
}