Hello,
I would like to remove the Venmo icon from my Footer homepage. Can someone please advise if this is possible? Thank you!
Current Theme: Debut
Website: https://hypnotichighs.com/
Customization: Remove Venmo from Footer
Screenshot Below:

Hello,
I would like to remove the Venmo icon from my Footer homepage. Can someone please advise if this is possible? Thank you!
Current Theme: Debut
Website: https://hypnotichighs.com/
Customization: Remove Venmo from Footer
Screenshot Below:

Hello, @IveNik
Thanks for your post.
.site-footer__icon-list li:nth-child(8) {
display: none;
}
Thank you so much!!! It worked ![]()
Thanks for update.
Hello Ketan,
I am also having the same trouble with my shop site with Venmo appearing at the bottom of the site. My code is slightly different from what you had suggested to the previous customer. I have the below options under assets. Which theme option do I select? Any advise would be much appreciated.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi Ketan,
Thank you so much for reaching out. I actually tried your code that was provided to the other shop and it worked!!
Thank you so much for your support.
Best,
Nayomi
great, thanks for an update here…
Please help me get rid of venmo. I have tried this solution with no success! Help
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
I am having the same issue and I tried to past the code at the bottom of the code for theme.css and still didn’t work?
The website handle is: aquapreplife.com
Please share your theme.css code also check start and end bracket . i think bracket is missing
Thanks!
Hello, I use Automizely page builder for my home page, I’ve tried removing the Venmo icon in my footer, I’m having trouble. May you help me.
Worked like a charm. Thank you!
its my pleasure to help us
I am having trouble following these directions. When I try to edit my code, it looks different than what is listed in this thread. I am using “Debut” and started my webiste in the summer or 2021 (if that makes a difference). I really want to get the venmo off of my footer. Thanks
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hello Ketan,
I’m having the same problem and the code you mention above didn’t work for me.
My url is www.kotaecards.com
Could you please take a look?
yes, please add this code
.site-footer__payment-icons .payment-icon:nth-child(4) {
display: none;
}