Decrease font title in Service Portal

AugustoObramax
Tera Contributor

Hello Community.

 

Can you help me?

 

I wanna decrease font title about image. How do?

 

AugustoObramax_0-1716475094931.png

 

Thanks.

1 ACCEPTED SOLUTION

SAI VENKATESH
Tera Sage
Tera Sage

Hi @AugustoObramax 

 

In application navigator search sp_instance_ais.LIST

 

and search for the name that you have mentioned in the above image by you.

 

in that add the css value as I Added in the below image 

 

ca101.PNG

 

Thanks and Regards

Sai Venkatesh

View solution in original post

3 REPLIES 3

SAI VENKATESH
Tera Sage
Tera Sage

Hi @AugustoObramax 

 

In application navigator search sp_instance_ais.LIST

 

and search for the name that you have mentioned in the above image by you.

 

in that add the css value as I Added in the below image 

 

ca101.PNG

 

Thanks and Regards

Sai Venkatesh

Aish123
Tera Contributor

Hey 

 

Go to widget instance table and look for your widget.

2. Open the instance and in CSS field try to apply below css

 

h2{

font-size:5 px !important;   // you can adjust the css as per your need.

}


Please mark the answer correct/helpful accordingly.

AugustoObramax
Tera Contributor

Hi @SAI VENKATESH 

 

Thanks for solution. In this case I did it like this:

 

h1{

     font-size:23px;

}

All right.

 

Thanks and regards!