For some reason, everytime I add a v2 Text Element, the text it provides has rgba(0,0,0,1) as default color. I would like to remove it so it defaults to the color I’ve defined myself for my body text.

Thanks in advance
For some reason, everytime I add a v2 Text Element, the text it provides has rgba(0,0,0,1) as default color. I would like to remove it so it defaults to the color I’ve defined myself for my body text.

Thanks in advance
Hi There,
You can override the default color by adding this custom CSS under Customizer > Custom > Global CSS:
body div[class*=el].x-text {
color: #999999
}
Let us know how it goes!
Thanks for the answer.
Unfortunately this doesn’t achieve what I was looking for. If I add the suggested lines to the global CSS, I lose the ability to change the text color from the v2 Elements config bar. No matter what color I choose, no matter where. It’s great for most of my Text elements, but a huge inconvenience for the few that don’t share the main color.
Isn’t there a way to remove the rgba(0,0,0,1) as default. There is no color assigned in background or text-shadow options in the Text Element. Can that be also the default behaviour for Text Color?
Thanks again!
Hi There,
Regretfully, this is something beyond what’s technically possible right now. Ideally, you need to set your color palette first under Templates > Colors and then use that colors throughout your site.
Thanks,
Thank you anyways!
Best regards!
Thanks for understanding!
Best Regards!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.