Grey line in tables

Hello!

There is a grey dividing line that appears between my rows whenever I make a table on a page. Changing the border to 0 does nothing to remove this line. How can I make this line disappear?

Thanks for the help!

I would like to know this too…

Hi @cateb,

I hope you are well today and thank you for your question.

Could you please share me the page URL from your site where it is displaying so that i can help you to remove it?

Kind Regards,
Movin

http://ae1.085.myftpupload.com/projects/

Thank you for your help!

You can try removing it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


#page .entry-content td {
    border: 0;
}