We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to Increase the size of text in portal

Santhosh23
Tera Expert

Can anyone please explain how the increase the size of the text in portal. 

I have to increase the size of text indicated in arrow.

find_real_file.png

1 ACCEPTED SOLUTION

hvrdhn88
Giga Patron

you can try to apply some css here.

Identify the class and then from "Instance in page editor" apply the css below. 

 

.text-muted {
   font-size: 15px;
 
}

 

Quick demo. 

find_real_file.png

 

 

View solution in original post

6 REPLIES 6

Ankur Bawiskar
Tera Patron

Hi,

refer below link

Service Portal Variable Label Font Size

Service Portal-style Homepage Widgets

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

hvrdhn88
Giga Patron

you can try to apply some css here.

Identify the class and then from "Instance in page editor" apply the css below. 

 

.text-muted {
   font-size: 15px;
 
}

 

Quick demo. 

find_real_file.png

 

 

Love the way you use gifs 🙂

Thanks 🙂

I know its time consuming effort 😛