Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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;
}