Home › Forums › WoodMart support forum › CSS Class › Reply To: CSS Class
April 12, 2022 at 6:46 am
#367783

Aizaz Imtiaz Awan
Keymaster
Hello,
To make the CSS for the specific class you assigned to the element you need to remove the inline CSS that is added to the HTML.
Screenshot: https://gyazo.com/08e14f45423add81f8a669b5828c242e
And then target the following class:
.wpb_text_column.wpb_content_element.pink p {
color: pink;
}
Best Regards