- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2021 05:06 AM
Hello
I have to change the Button colors on the portal,
I have a default primary color for branding set, however i want a different color on the buttons. How can i acheive this?
Solved! Go to Solution.
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2021 05:33 AM
Hi,
Example, for the SC Catalog Item if I have to change the color of Order Now button I have added the piece in the widget instance as
Output
Please mark Helpful/Correct if applicable, Thanks!!
Aman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2021 05:20 AM
Go to the "Instance in Page Editor", and there you should be able to override the CSS settings in the CSS field. I'm assuming (without having looked at the buttons you're talking about), they have a class of .btn-primary. That should be what you define in that CSS field to whatever color you actually want.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2021 05:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2021 01:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2021 01:50 AM
Hi,
Use the CSS to change color find the class in CSS and change the color.
Thanks,
Vikas