Color Big Numbers with CSS ( I have a buisness plan )

Hello, I have a business plan, and I would like to display large numbers on a colored background! Is it possible? Thank you.

Is this what you want?

You just need to create a custom css class with the background color you want e.g.,

.background-blue{
background:blue;
}

And on the big number itself:

1 Like

How can you do that ?



tkx

Look for “CSS Class” under Options.
This is only available if you are on a paid plan.

Maxime baker yes i need it please ! How can you do that ? tkx for your answer

You mean how to add CSS?

You are trying to put full css in a spot where you are only supposed to put a CSS class name. ‘CSS Class’ should only contain a name given to the component. ‘Custom CSS’ in settings is where you place the actual CSS.

1 Like

Wow, I didn’t even notice it on his screenshot :joy: :joy:

2 Likes

Yes i have got it tkx ! but i can’t write in other color ! can you explain me please. I m sorry it is very difficult for me i m french and i m using glide in english lol
TKX for help me


1 Like

Le français est aussi ma langue natale :slight_smile:
Cela me fait plaisir!

1 Like

I’m not sure I understand what you mean. I see you already have multiple colors. What else are you trying to do?

i m using 3 colors : green orange red for the big number as the view ! green it is oki orange not to bad but you can do it to go green et red is bad ! no pain no gain !
but i want to write in white in big number when background is in color and i don’t know how !

et pourriez vous m aider a ecrire en blanc les grands nombres grace a vous j’ai deja reussi a colorier les fonds !

color: white !important;

mais ou dans le code ? c’est la ma difficultĂ© ! et peut on mettre les 3 grand nombre sur le meme ligne ?

Vous pourriez le mettre dans la mĂȘme classe que le background vert si vous le dĂ©sirez :

j’ai essayĂ© y a rien qui veut je n’y arrive pas

Pouvez-vous me montrer ce que vous avez fait svp?