- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 12:22 AM
I am looking to underline all the clickable links that appear in the homepage of the service portal. I am not trying to underline any specific link, but all the links which are clickable on the home page (eg. All the Short description of the incidents in "My Open Incidents" are clickable, and hence, should become underlined.
The Branding Editor has the option to change the color of all such links, but there is no option for decoration of the links.
I am using "La Jolla" theme if it makes any difference.
Please advise if this implementation is possible or not.
Thanks
Solved! Go to Solution.
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 04:18 AM
Hi Ankit,
If you want to apply this styling to the homepage only, I would recommend adding page specific CSS to the index (homepage)
Open the page record for the homepage (sp_page) by clicking the following menu item:
Service Portal > Pages > Homepage (ID = index)
In the page specific CSS field add the highlighted text
This will underline every link on the homepage only, any element with link tag <a>. See result of change below
Hope this helps,
Shane

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 04:18 AM
Hi Ankit,
If you want to apply this styling to the homepage only, I would recommend adding page specific CSS to the index (homepage)
Open the page record for the homepage (sp_page) by clicking the following menu item:
Service Portal > Pages > Homepage (ID = index)
In the page specific CSS field add the highlighted text
This will underline every link on the homepage only, any element with link tag <a>. See result of change below
Hope this helps,
Shane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 04:58 AM
Thanks Shane, this is exactly what I was looking for.
I had another question in mind: If we want to do it everywhere in the service portal and not just the homepage, is there a method to do it as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 05:17 AM
Nevermind this question, I figured out that we will have to do changes to the Style sheets used in the Theme for it to reflect everywhere in the portal.
Appreciate the help Shane