January 9, 2020 at 6:36 am
#73673
Theme Horse Support Team
Keymaster
Yes if you are familiar with the Color Names or Color Codes then you can add CSS Code to change the text color of table. For that please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.
.entry-content table {
color: red;
}
please replace the above ‘red’ color with your desired Color Name or Color Code (RGB or Hex).
Thanks