- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 02:43 AM
Hi Team,
I have requirement to add underline for "Request Something" on service portal.
How can we do that?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 03:00 AM
Hi @_Yash24 ,
Can you try below:
cttl+right click on Request Something open "Instance in Page Editor"
then go that scroll down add css blew like this
h2 {
text-decoration: underline;
}
Then Save it
Refresh Portal, you can able to see that chagnes
Please mark helpful & correct answer if it's really worthy for you.
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 03:00 AM
Hi @_Yash24 ,
Can you try below:
cttl+right click on Request Something open "Instance in Page Editor"
then go that scroll down add css blew like this
h2 {
text-decoration: underline;
}
Then Save it
Refresh Portal, you can able to see that chagnes
Please mark helpful & correct answer if it's really worthy for you.
Thanks,
BK