How to remove certain policy links from footer? - Dawn Theme

How to remove certain policy links from footer? - Dawn Theme

Pre-face4000
Excursionist
18 0 10

How do I remove "refund policy", "shipping policy and "contact information" from the policy menu located in the footer as I would like to have these in a different menu to be more visible.

 

I have tried using a accepted solution from a previous post but it only removed the last policy link and I don't know what to change in the code to make it work in my instance.

 

URL - pre-face.com

Password - hairso

 

 

Thank you!!!

 

 

Screenshot 2025-04-02 at 4.39.15 PM.png

 

 

Replies 12 (12)

Dan-From-Ryviu
Shopify Partner
11549 2261 2445

Hi @Pre-face4000 

You can remove those links by adding this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings. 

Please write your code manually because Shopify does not allow add code contains "policy"

Screenshot 2025-04-02 at 13.50.46.png

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

namphan
Shopify Partner
2576 335 381

Hi @Pre-face4000,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

Screenshot.png

 

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
Pre-face4000
Excursionist
18 0 10

Hey, thanks for the quick reply. This didnt work for me is there another way around this?

namphan
Shopify Partner
2576 335 381

Hi @Pre-face4000,

Please go to sections > footer.liquid file. Please send me the code, I will help you check it soon

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
Pre-face4000
Excursionist
18 0 10

Thanks! this worked although it has left the bullet points inbetween links.

please see image

Thanks!!

Screenshot 2025-04-02 at 5.35.30 PM.png

Pre-face4000
Excursionist
18 0 10

Screenshot 2025-04-02 at 5.41.08 PM.png

namphan
Shopify Partner
2576 335 381

Hi @Pre-face4000,

Please add code:

.policies li:first-child:before,
.policies li:last-child:before {
    padding: 0 .8rem !important;
    opacity: 1;
}
.policies li:before {
    opacity: 0;
    padding: 0;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
Pre-face4000
Excursionist
18 0 10

Thanks mate almost solved the issue but this has removed the bullet point between both links. Is there anyway to solve this?

I appreciate your help! Coffee coming your way

Screenshot 2025-04-02 at 5.48.52 PM.png

namphan
Shopify Partner
2576 335 381

Hi @Pre-face4000,

Please change code:

.policies li:first-child:before,
.policies li:nth-child(3):before {
    padding: 0 .8rem !important;
    opacity: 1;
}
.policies li:before {
    opacity: 0;
    padding: 0;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
Pre-face4000
Excursionist
18 0 10

Thank you so much!!! thats perfect I appreciate your help

namphan
Shopify Partner
2576 335 381

Hi @Pre-face4000,

You're welcome and happy to help 😊

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

EBOOST
Shopify Partner
1394 351 428

Hi @Pre-face4000 ,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> customize theme
2.  Footer section setting
3. Add code below to custom CSS section

.footer__copyright .policies.list-unstyled li:nth-child(2),
.footer__copyright .policies.list-unstyled li:nth-child(4),
.footer__copyright .policies.list-unstyled li:nth-child(5) {
  display: none;
}

.footer__copyright .policies.list-unstyled a {
  display: block !important;
}

.footer__copyright .policies li::before {
  opacity: 1;
  padding: 0 0.8rem !important;
}

EBOOST_0-1743581865344.png

EBOOST_1-1743581882252.png

 

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips