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, 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:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code below:
.product-info-secondary {
border-top: 0 !important;
}
Thanks
Hey @emilbrandon
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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!