[data-test=“list-item”] .textStyle ..... Change Size?

Hi Mate!

I been trying to change size for .textStyle

But is impossible.

Anybody help me?

Thnx in advance!

give a specific example… what kind of list… which text element?
in general, it would be:

<pre><style> 
.textStyle {font-size:55px !important}

Hi Uzo!

I have an Action Text

When I use

[data-test=“list-item”] .textStyle {
font-style: italic;
font-size: 120px;
color: #8b0000;
}

Font Size 120px

Text size still the same

But it does work on

[data-test=“list-item”] .textDetailStyle {
font-style: italic;
font-size: 120px;
color: #8b0000;
}

Thnx!

again… specify the type of list and type of text… ie: card view, and subtitle

Wow!!

What Important is an ! Important

u r the best mate!! :+1:

2 Likes

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