Changing text element color and size globaly

Hi,

I viewed a lot of video’s and looked in the forum but i can not find the right answer.

I know how to set global font size. Also i know that you can use font manager to create font famalies in which you can change the font familie of a group. In Pro options you can also set a size for the font family.

However, when you use a v2 ‘text’ element the size is set for that individual element right? I know i can choose a standard preset that is used.

But what if i want to change the size for all elements? It won’t change the size of existing text elements right?

How do you use the size of the text element globaly? Because this creates an impossible amount of manual work.

Tnx for the feedback

Hello David,

Thanks for asking. :slight_smile:

You can add following CSS under X/Pro > Theme Options > CSS:

.x-text {
    color: #ddd !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.