hello
1.how do change colour of text in classic text ?
- how do change text style in classic text ?
thanks
hello
1.how do change colour of text in classic text ?
thanks
Hi Curtis,
Please add a class to the Classic Text element then target the element using the class added to it and style it by adding some custom CSS in X > Theme Options > CSS like this:

.colored-text p {
color: red;
font-style: italic;
}
Feel free to change the values in the code above.
Hope this helps.
hello the code never worked

also i would like to make some text bold in classic like this

Hi Curtis,
You only need to add the classname in the class field instead of the css code

For this code, you need to add it in theme Options > CSS
.colored-text p {
color: red;
font-style: italic;
}

Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.