I am including graphics using tables on a page. However, I can’t get rid of the borders showing around each cell. It’s not in the HTML code as I have removed borders and I have double checked. Please advise. Here’s the link…
http://sginetwork.org/index.php/bookstore/
Thanks.
Hi @sfe ,
Thank you for your question.
Your shared page URL is displaying Page not found error so please share the exact page URL where it is displaying so that i can help you?
Best regards, Shufflehound team
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#content table td,
#content table th,
#content table {
border: 0 !important;
} Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it