Tagged: remove-border
I am kind of new to this and I cant seem to remove some of the very feint table lines that I Have. An example is here.
Hi thecedarsrc,
To remove the table borders border Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.entry-content td { border-top: 0 none; }
Thank you!