our website in buy now button show i want to requested this buy now button in hide only mobile device
is this possible?
in this case is possible to help in this case
Main issue: Hide the “Buy Now” button on mobile devices only, later expanded to also hide the “Add to Cart” button on mobile.
Proposed solutions:
Latest update: After applying both mobile CSS rules, the Add to Cart button still appears on mobile. Screenshots were shared showing the issue persists.
Notes/clarifications:
Status: Unresolved. Next steps likely require correcting CSS typos, confirming the correct selectors for the store’s theme, or using browser DevTools to identify the exact classes/IDs for the Buy Now and Add to Cart elements on mobile.
our website in buy now button show i want to requested this buy now button in hide only mobile device
is this possible?
in this case is possible to help in this case
HEllo @zelzis
Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.
#gokwik-buy-now {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hello @zelzis
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
this are work but i also remove add to cart button in mobile device please check and help in this case
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark MY Both Solutions as an Accepted Solution.