How to change font color for all links in the service portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2023 02:55 AM
Hello All,
On the service portal all links are showing very light text color without underlining,
The Client requirement is to make the text as Dark blue color with links
Where to do the changes in the service portal to apply for all the hyper links
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2023 03:10 AM
- Go to Service Portal> Portals
- Select the Portal you want to change the link colours for
- Scroll down to the CSS variables section where you'll find the variable $link-color. Change the value here.
- Alternatively, you can also go the Theme field on the Portals form and change the CSS variables there. Keep in mind, this will change the value of the variables for all portals that use this particular theme.
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2023 04:39 AM
Hi Aditya,
Thank you for your response,
I can change the font color to dark blue with the below statement, I need to add underline to all the links
$link-color:#00008B;
How can I add this underline tag here to apply for all links
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2023 02:25 AM
I don't think that can be done from here. You'll have to check your CSS include or the Theme CSS, find the CSS definition for anchor tags and then add an underline statement there.