Changing the color of variable label to red

Sam M
Tera Contributor

How do I change the color of a variable Label name to red on the portal?

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

In

at a similar community question I have provided an approach based on CSS: https://community.servicenow.com/community?id=community_question&sys_id=5095ad361bc189140ccc85176e4b...

Kind regards
Maik

View solution in original post

5 REPLIES 5

Maik Skoddow
Tera Patron
Tera Patron

In

at a similar community question I have provided an approach based on CSS: https://community.servicenow.com/community?id=community_question&sys_id=5095ad361bc189140ccc85176e4b...

Kind regards
Maik

okay, it works but I don't want the background to be red but the font

Hi

yeah I said "similar" question 😉

For the label color use:

color: red;

and remove the line with the:

background-color

Kind regards
Maik

Hi,

How do I do the same to modify a container start font? I need to make it bold and bigger