Shopify themes, liquid, logos, and UX
I'd like to get rid of the Privacy Policy at the very bottom of my pages, not in the footer, but under the payment methods next to © 2024, Schi+Kin Botanical Skincare . Please advice. Thanks
Solved! Go to the solution
This is an accepted solution.
Hello @schikinoils ,
Check in the footer setting there you will find an option to hide/remove it.
btw if you can't please follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code at the bottom:
ul.policies.list-unstyled {
display: none !important;
}
Thanks
Hi Schikinoils,
Try following:
Got to Online store > Themes > click ... (next to your theme) > click Edit code
Find a file called section-footer.css and find a line code matching the following
.policies {
display: inline;
}
update the code by changing the value to none as follows:
.policies {
display: none;
}
Let me know if it didn't work
Thanks
This is an accepted solution.
Hello @schikinoils ,
Check in the footer setting there you will find an option to hide/remove it.
btw if you can't please follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code at the bottom:
ul.policies.list-unstyled {
display: none !important;
}
Thanks
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024