Home › Forums › WoodMart support forum › Responsive text block in Elementor › Reply To: Responsive text block in Elementor
March 27, 2021 at 6:47 am
#276770
Aizaz Imtiaz Awan
Keymaster
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.