Have your say in Community Polls: What was/is your greatest motivation to start your own business?

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
3684 740 1038

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

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

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
3684 740 1038

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

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder