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

Completely agree with it 

Great Thank you so much for your efforts.