Delete a button only on mobile

Solved

Delete a button only on mobile

PAUL8
Tourist
44 0 18

Hello, 

I want to delete this big button on my home page but only on the mobile website, I want to keep it for the desktop users !

I use dawn theme and this is my website: womber.fr and the password is PROPAGANDAAA

Thanks for your help !

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2350 702 827

This is an accepted solution.

- Here is the solution for you @PAUL8 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

 

<style>
@media only screen and (max-width: 600px) {
.banner__buttons {
    display: none !important;
}
}
</style>

 

- Here is the result you will achieve:

BSSTekLabs_0-1726992184906.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 5 (5)

BSS-TekLabs
Shopify Partner
2350 702 827

This is an accepted solution.

- Here is the solution for you @PAUL8 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

 

<style>
@media only screen and (max-width: 600px) {
.banner__buttons {
    display: none !important;
}
}
</style>

 

- Here is the result you will achieve:

BSSTekLabs_0-1726992184906.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
PAUL8
Tourist
44 0 18

Thank you so much !

BSS-TekLabs
Shopify Partner
2350 702 827

Glad to help you. Have a good day.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
PAUL8
Tourist
44 0 18

Can you help me, because it deleted all the buttons on mobile of the home page? But I just wanted to delete the first of the page. 

Thanks !

PAUL8
Tourist
44 0 18

Can you help me, because it deleted all the buttons on mobile of the home page? But I just wanted to delete the first of the page. 

Thanks !