How can I remove the fixed buy now button from all product pages?

I would like to ask the community for a little help, I need to remove the buy now button that is fixed at the bottom of the page of all products the warehouse 1.9.16, as shown in the print:

@aTubeCatcher - please share your website link, it will need css

Oops Suyash1, first I apologize for not attaching the site.

Follow the website: https://produtoscenter.com/collections/destaque-masculino/products/tenis-masculino-de-couro

@aTubeCatcher - right click is disabled on your page, need that to be working

1 Like

its been desactivated now

@aTubeCatcher - add this css to the very end of your theme.css file and check, but if you remove this button then users may not be able to purchase items

.product-form__payment-container {display: none;    visibility: hidden;    opacity: 0;}

so, I tested and it was removed only the main button, I would like to remove the secondary one that is floating with the screen.

as in the photo below:

Hi,

Please ON rightclick in your website.

Thank you.

@aTubeCatcher - can you please activate right lick again? we need to check mobile view then, right now I saw it on desktop

Of course, the same is still active! I will uninstall anti click to make sure it works!

I had a script in the theme blocking, I managed to remove it, now the second click will work!

@aTubeCatcher - now right lick working but no floating button like in screenshot

can you try again? I removed everything I found, I think it will work

Could you tell me if it worked? if you need access or permission I’ll be happy to help, since I’m a layman on the subject

@aTubeCatcher - I am not able to see the floating button, so it might have worked, can you please check on mobile view?

It still has the bottom buy button, as per the print

@aTubeCatcher - please try this css, it will work

div#scrollToTop {display: none;    visibility: hidden;}
1 Like

ohh, it was perfect!! I apologize for the inconveniences and difficulties I caused and I greatly appreciate your understanding and agility in helping me!

I would just like to ask you one last favor, if possible could you view this topic I created to help me with this: https://community.shopify.com/c/shopify-design/help-to-keep-the-mobile-screen-fixed-without-dragging-to-the/td-p/1623156