- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 02:04 AM
Hi all,
How do I change the widget font color to white and widget background color to blue on CSM portal?
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 03:35 AM
This will change the complete background for that container. Not just the widget.
Although this brings me to the idea, you could edit the css of the widget itself as well:
.iconlink{
background-color: #000000;
}
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 02:10 AM - edited 11-06-2023 03:36 AM
If you want to stay OOTB, you can only change the color, not the background color.
Ctrl/Command + Right click the widget, select instance options, and change the color.
If you must change the background color, you will need to clone the widget, and change it in the html.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 03:27 AM
@Sid_Takali The widget you are referring to is called Icon Link widget, if on this widget changes related to font color is needed then you would need to change the widget CSS for the same.
If it is just about changing the widget container background color then you can Ctrl+right click on the widget to see the following options.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 03:35 AM
This will change the complete background for that container. Not just the widget.
Although this brings me to the idea, you could edit the css of the widget itself as well:
.iconlink{
background-color: #000000;
}
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 03:37 AM
My bad, yes the entire background of the container will change. But the option of CSS is always there to change the background color for widget.