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
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024