- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2019 04:52 AM
Hi All,
Is there any possible to change the text color of the widget's title if there please help me with this requirement i need to change the text color from white to black.
Thanks & Regards,
Lavanya
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2019 06:21 AM
Hi,
You can clone the widget, if not already done so, and then in the CSS section, you'd want to put the class inside and change the color. For example...I cloned the "Simple List" Widget. Which on my portal looks like this:
I then went to widget editor:
Looked at the HTML and saw this:
So I then went to the CSS section and did this and saved:
Which now results in my title looking like this:
Please mark reply as Helpful/Correct. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2019 05:11 AM
Hi Lavanya,
Press Control and right click on the Highlited section. You can see option Widget in Editor. Now here you can see the CSS section and find the tags similar to this box-shadow: 0px 0px 2px 5px #ffffff;
background-color: #ffffff;
Here you can adjust the colors you require.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2019 05:51 AM
Hi Sandeep,
There is no box-shadow section in CSS, and i need to change color for many widgets so is there any other solution to this?
Thanks,
Lavanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2019 06:12 AM
Hi Lavanya,
You can overwrite OOB panel heading class:
- background-color: <color which you want>;
- color: #4a4a4a;
- border-color: #dee5e7;
- background-color: <color which you want>;
- color: #4a4a4a;
- border-color: #dee5e7;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2019 06:31 AM