- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 06:28 AM
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?
similar like this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 12:03 PM
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
3. Click on Page
4. Add the above code in Page Specific CSS field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 12:03 PM
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
3. Click on Page
4. Add the above code in Page Specific CSS field