How to add underline to "Request Something" on service portal?

_Yash24
Tera Guru

Hi Team,

I have requirement to add underline for "Request Something" on service portal.

_Yash24_0-1722246132540.png

 

 

How can we do that?

 

Thanks

 

 

1 ACCEPTED SOLUTION

Bhavya11
Kilo Patron

Hi @_Yash24 ,

 

Can you try below:

cttl+right click on Request Something open "Instance in Page Editor"

Bhavya11_0-1722247080391.png

 

then go that scroll down add css blew like this

Bhavya11_1-1722247127260.png

 

h2 {

text-decoration: underline;
}

 

Then Save it

 

Refresh Portal, you can able to see that chagnes

 

 

Bhavya11_2-1722247170283.png

 

Please mark helpful & correct answer if it's really worthy for you.

 

 

Thanks,

BK

 

View solution in original post

1 REPLY 1

Bhavya11
Kilo Patron

Hi @_Yash24 ,

 

Can you try below:

cttl+right click on Request Something open "Instance in Page Editor"

Bhavya11_0-1722247080391.png

 

then go that scroll down add css blew like this

Bhavya11_1-1722247127260.png

 

h2 {

text-decoration: underline;
}

 

Then Save it

 

Refresh Portal, you can able to see that chagnes

 

 

Bhavya11_2-1722247170283.png

 

Please mark helpful & correct answer if it's really worthy for you.

 

 

Thanks,

BK