Home Forums WoodMart support forum Responsive text block in Elementor Reply To: Responsive text block in Elementor

#276770

Hello,

You can try using the section title element and put the text you want to change the color of in the <u> tag as mentioned in the screenshot.

Screenshot for Clarification: https://prnt.sc/10wtz8j

Then you can use the following Custom CSS to change the color according to your needs.

.woodmart-title-container > u {
    color: red;
}

Best Regards.