How can I change the widget Panel header background color to dark blue(020636) in EC?

Aparna Gurav
Tera Contributor

How can I change the color of my active item, quick link, and Top Rated Articles widget header background color  to dark blue(020636) in the employee center?

AparnaGurav_0-1722598177356.png

Similar like this.

AparnaGurav_1-1722598204373.png

 

1 REPLY 1

DritonC
Tera Guru

Hi @Aparna Gurav,

 

You can add the css below in the page specific page css:

 

.panel-heading {
 background-color: #85beff !important;
}

 

Doing this way you wont need to clone the widget and add the desired css.

 

Br,
Driton

----------

Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!