We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Get rid of Privacy Policy at the very bottom of my shopify pages

Solved

Get rid of Privacy Policy at the very bottom of my shopify pages

schikinoils
Excursionist
44 0 7

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

https://www.schikin.co.uk/

Accepted Solution (1)

Guleria
Shopify Partner
4299 825 1189

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

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.

View solution in original post

Replies 3 (3)

kevinkarma55
Shopify Partner
101 11 11

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

Please remember to Like & Mark Solution to the post if it helped you.
Thanks !
If you'd like to support me, you can Buy Me a Coffee
Need help with anything related to Frontend?
Checkout kevinkarma.me
schikinoils
Excursionist
44 0 7

Thanks

Guleria
Shopify Partner
4299 825 1189

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

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.