How can I remove the Venmo icon from my website footer?

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:

IveNik_0-1601156826299.png

1 Like

Hello, @IveNik

Thanks for your post.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.site-footer__icon-list li:nth-child(8) {
    display: none;
}
2 Likes

Thank you so much!!! It worked :slightly_smiling_face:

1 Like

@IveNik

Thanks for update.

1 Like

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.

2 Likes

@manepiya

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

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

1 Like

@manepiya

great, thanks for an update here…

Please help me get rid of venmo. I have tried this solution with no success! Help

1 Like

@Jarmitz

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
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

@aquaprep

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!

1 Like

@Paulaz

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

1 Like

@selocbeauty

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

https://selocbeauty.com/

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?

1 Like

@SandraMoras

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.site-footer__payment-icons .payment-icon:nth-child(4) {
    display: none;
}