Underlining all the clickable links present in the homepage of Service Portal.

Ankit44
Tera Contributor

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.

find_real_file.png

The Branding Editor has the option to change the color of all such links, but there is no option for decoration of the links.

find_real_file.png

I am using "La Jolla" theme if it makes any difference.

Please advise if this implementation is possible or not.

Thanks

1 ACCEPTED SOLUTION

Shane41
ServiceNow Employee
ServiceNow Employee

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

find_real_file.png

This will underline every link on the homepage only, any element with link tag <a>. See result of change below

find_real_file.png 

Hope this helps,

Shane

 

View solution in original post

3 REPLIES 3

Shane41
ServiceNow Employee
ServiceNow Employee

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

find_real_file.png

This will underline every link on the homepage only, any element with link tag <a>. See result of change below

find_real_file.png 

Hope this helps,

Shane

 

Ankit44
Tera Contributor

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?

Ankit44
Tera Contributor

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