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-1722605276569.png

similar like this.

AparnaGurav_1-1722605292023.png

 

 

1 ACCEPTED SOLUTION

Sid_Takali
Kilo Patron
Kilo Patron

Hi @Aparna Gurav To change the color of my active item, quick link follow this 

Add below CSS code in Page Specific CSS field 

.panel-heading{
  color:red;
}
div.popular-topic-heading.panel-heading.b-b{
  color:red;
}

Follow below steps

1. Ctrl + Right Click

2. Page in Designer 

Sid_Takali_0-1722625059246.png

3. Click on Page

Sid_Takali_1-1722625103379.png

4. Add the above code in Page Specific CSS field

Sid_Takali_2-1722625180638.png

 

Sid_Takali_3-1722625281516.png

 

 

View solution in original post

1 REPLY 1

Sid_Takali
Kilo Patron
Kilo Patron

Hi @Aparna Gurav To change the color of my active item, quick link follow this 

Add below CSS code in Page Specific CSS field 

.panel-heading{
  color:red;
}
div.popular-topic-heading.panel-heading.b-b{
  color:red;
}

Follow below steps

1. Ctrl + Right Click

2. Page in Designer 

Sid_Takali_0-1722625059246.png

3. Click on Page

Sid_Takali_1-1722625103379.png

4. Add the above code in Page Specific CSS field

Sid_Takali_2-1722625180638.png

 

Sid_Takali_3-1722625281516.png