badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Text colors on Table

#73673

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