change text color to black
-
How to change the text color to black inside Text Block of the visual composer, currently it is set to grey and I want to change it to black but can’t find the settings to do it!
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please send us a link to your website where we can see this table on your website?
Kind Regards
I have provided the page link, here you can see this table.
Try to add the following code snippet to the Custom CSS area in Theme Settings to change it
.wpb_text_column table,
.wpb_text_column table p{
color:black;
}
Thank you.
You are awesome!
You are always welcome 🙂
The topic ‘change text color to black’ is closed to new replies.