How can I make table borders visible in Debut theme blog articles?

Solved

How can I make table borders visible in Debut theme blog articles?

Irena
Pathfinder
127 1 31

Hello!

How to make table borders to be visible in Shopify Debut theme blog articles? Please see the attached screenshot below.


Table with no BordersTable with no Borders

And here's an article where we have a table: https://exploroproducts.com/blogs/blog/how-accurate-are-at-home-drug-tests-compared-to-lab-tests

We already tried adding this to the HTML code in the article: <table border:="1"> However it doesn't work.

Anyone can help? 😊 Thanks!

Irena

Accepted Solution (1)

LitCommerce
Astronaut
2860 684 749

This is an accepted solution.

Hi @Irena,

Go to Assets > theme.css and paste this at the bottom of the file:

.rte.article-content table, 
.rte.article-content th, 
.rte.article-content td {
	border: 1px solid #000 !important;
}
LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

Replies 4 (4)

Denishamakwana
Shopify Partner
1408 173 231

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on [email protected] | Shopify Design Changes | Custom Modifications In to Shopify Theme
Irena
Pathfinder
127 1 31

LitCommerce
Astronaut
2860 684 749

This is an accepted solution.

Hi @Irena,

Go to Assets > theme.css and paste this at the bottom of the file:

.rte.article-content table, 
.rte.article-content th, 
.rte.article-content td {
	border: 1px solid #000 !important;
}
LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
Irena
Pathfinder
127 1 31

Hi @LitCommerce 👋

Thank you for answering! Your solution worked 🥳 Thanks a lot!

Irena