Trying to remove table borders in the sense theme, especially in blog posts, see screenshot below and link to post here >https://www.indierefill.com/blogs/the-gossip-chair/what-hair-type-do-i-have#:~:text=If%20it%20dries%20straight%20with,likely%20type%203%20(curly.
Hi @Jomiguens ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
Hope my answer will help you.
Best regards,
Victor | PageFly
Hi @Jomiguens ,
Glad to support you today.
You can check out my suggestion below to get your concern resolved:
- Go to Edit code on Online Store:
- add my code above the tag on Theme.liquid:
Hope you find my answer helpful!
Kind & Best regards,
GemPages Support Team.
Hello! Thank you for this solution! I’ve literally been looking for hours and hours now on how to hide the table borders for a blog post/article. Here’s what I put into the default template for a “blog post”…
Go to your theme and choose Customize.
Go to Blog Posts → Default blog post
I added the following to my Blog Post section for Custom CSS:
table {
box-shadow: none !important;
}
table tr td {
border: 0px !important;
}


