Service Sidebar Text-Widget Title Size

Hello, I put three text-widgets in the front page service sidebar and now I want to know how to change the the color and size of the title of the text-widget and the size of the text below (description) separately.

I’ve tried it with this code, but it changes the whole text :frowning:

#text-22.widget_text {
	color: #000;
}

#text-23.widget_text {
	color: #000;
}

#text-24.widget_text {
	color: #000;
}

Thanks in advance.

Regards,
Bruno

Here is the link to my website: www.rollingoerlitz.de

The service section is the one with Spots, Community and Shops (blue icons).

I found a way …

I insert

#text-24.widget_text {
	color: #000;
	font-size: 24px;
}

in the custom css field und in the text-widget for example

<p style="font-size:15px">Finde die besten Strecken in Görlitz oder melde uns neue.</p>

I think it’s not the smartest way, so maybe someone knows it better :slight_smile: