- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 04:05 PM
Where do I change the text font color for the Service Portal "Default" brand.
It's not located under Branding Settings.
I've inspected the elements and have been unable to locate this color in Themes, Style Sheets or Pages.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2025 02:06 PM - edited 05-02-2025 02:07 PM
This did not work. After much digging, determined the color was being set at the widget. Understanding the CSS hierarchy helped Defining portal styles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 09:39 PM - edited 04-28-2025 09:42 PM
Hi @heathers_
You can change that on the La Jolla theme (if you are using OOB theme). Otherwise open the theme from your service portal record and do necessary changes.
In CSS Variables, find $btn-default-color and change.
Note: This is a high-risk file. Please ensure thorough verification before making any changes.
Hope this helps.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2025 10:51 AM
Thank you, Siva.
I've updated the color per your direction, yet the button text has not changed. The updated color is crossed out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2025 05:28 PM
@heathers_ Someone might added that styling as inline. So try below and see.
$btn-default-color: #ffffff !important
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2025 02:06 PM - edited 05-02-2025 02:07 PM
This did not work. After much digging, determined the color was being set at the widget. Understanding the CSS hierarchy helped Defining portal styles