LMM
1
Hi,
I am trying to remove the borders from a page on my store - theme: Warehouse!
I have tried everything and the horizontal lines on the table won’t go away. Does anyone have any solutions?
My store is: https://lmmpro.myshopify.com/pages/katalogi-in-letaki
Thank you and best regards,
Matic Drempetič
1 Like
@LMM
sorry for that issue i have checked bt your store password project
@LMM ,
.rte tbody tr {
border: 0;
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
@LMM
yes please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.rte tbody tr {border: none;}