NEED HELP
Please remove the spacing border between the products
Shop Link: https://93f811-2.myshopify.com/
NEED HELP
Please remove the spacing border between the products
Shop Link: https://93f811-2.myshopify.com/
Hey @admintb
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
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
I want to keep the header and footer border
Hey @admintb
Keep the previous code and add this updated code above in theme.liquid file with the same steps.
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Not right
Hi @admintb
Your store is password protected.
I removed it
@Made4uo-Ribe Please check now ![]()
Oh, at last..
Check this one one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
form.cart-page * {
border-style: none !important;
}
thead.order-summary__header {
border-bottom: 1px solid grey !important;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
@Made4uo-Ribe Can you please add the same border like in the header also to the footer? Just over the total price ![]()