How can I remove borders from my store's pages?

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

Hi @LMM ,

Share the password

@LMM

sorry for that issue i have checked bt your store password project

Hi,

The password is: iangew

Thank you,

1 Like

@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

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.rte tbody tr {border: none;}