Solved

Can I remove the table border on my District theme page in Shopify?

wakingland
Excursionist
19 0 2

Hello , I am trying to remove the table border for the page:

https://wakingland.com/pages/copy-of-wakingland-story

I am using the district theme. It doesn't seem to work!! can anyone help?

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @wakingland 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-page .wrapper .rte table {
    border-collapse: collapse !important ;
    }

 

View solution in original post

Replies 3 (3)

DigitalArtisans
Shopify Partner
378 58 88

Hello @wakingland !

 

This should be added to the bottom of your theme.scss.liquid file, found in the asset folder

 

/* remove borders from tables in the RTE content */

.rte table, .rte td {

    border: none;

}

 

This shall remove table boarder.

Hope this helps!

 

Thanks,

Digital Artisans

Hatim Ayoub | Designer | Developer
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted
Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @wakingland 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-page .wrapper .rte table {
    border-collapse: collapse !important ;
    }

 

wakingland
Excursionist
19 0 2

Hello Thank you for help,

I have a whole sale page to build if you are interested please let me know on which address i can send you the brief.

Thanks,

 

Please respond to hajou.amjad@gmail.com