How to remove contact and shipping info from footer

Hi, I’m trying to remove the shipping policy and contact information from the footer page because I’ll be adding it under the Information tab above it as you can see in the screenshot:

I cleared the information for shipping policy and contact information under Settings > Policies but it is still showing up as links with empty info.

My URL is : oforothers.com

PW: oneforyou

Hi @celestel

I have to check the backend of your theme as per theme code policy links coming up on the footer if they are not blank. Moreover for removing all there is an option into the theme customization but that will hide all of your policy page as per the theme settings

Thanks

Hi @celestel

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

ul.policies.list-unstyled li:nth-child(3) {

display: none !important;

}

ul.policies.list-unstyled li:nth-child(4) {

display: none !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

4 Likes

It works, thank you so much!

1 Like

You are welcome @celestel :blush: