How do I remove shopping cart from the header? And I also want to remove the search bar in the footer.
I want to edit through Custom CSS “Add custom styles to this section only.”
Site is nightcapmanila.ph
Hey @jamchua
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
Hello @jamchua
li.header__cart-links--cart.cart-link.relative.m0.p0 {
display: none;
}
.left-footer.span-6.auto.a-left.v-end {
display: none;
}
.right-footer.span-6.auto.a-right.v-end {
text-align: revert;
}