Hello all, Can you guys help me with the code to remove the light gray, thin lines from a table in a blog post? Any help would be appreciated!
Thanks,
Raegan
Hello all, Can you guys help me with the code to remove the light gray, thin lines from a table in a blog post? Any help would be appreciated!
Thanks,
Raegan
@Rae_lastingimp Please provide the URL of your store and if it is password protected please share the password too. Thanks
@Rae_lastingimp Have you added any table yet in any blog? If so please share the URL?
@Rae_lastingimp You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of theme.scss.css file.
.template-article th, .template-article td{border:0;}
Thank you so much!!!