How can I change the widget Panel header background color to dark blue(020636) in EC?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 04:30 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.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 11:21 PM
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!