How to remove border or line from Athens 2.0 product page?

Hello, does anyone know how to remove this border/line from our product page?

https://www.remlagret.se/products/langdel-lc1000-9m-50mm-e-faste

only the flat line/border not the one around klarna.

Hello @emilbrandon ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code below:

.product-info-secondary {
    border-top: 0 !important;
}

Thanks

Hey @emilbrandon

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

It did work, thank you!

1 Like