Happening now! Exclusive AMA: Streamlining Fulfillment and Delivery with Shopify Experts | Ask your questions to be answered by our team!

How to remove slideshow button on mobile - Dawn theme

Solved

How to remove slideshow button on mobile - Dawn theme

Erica_thrive
Tourist
7 0 0

Hi there, 

 

I'm trying to remove the 'shop now' button on my homepage slideshow on mobile only, as it covers the entire image on mobile. 

 

I know I have to edit the theme's code to do this but I don't know which part and what to say 

 

Help appreciated 

cheers 

Erica

 

https://thrivetheoryco.com/

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4584 1050 1710

This is an accepted solution.

Hi @Erica_thrive 

 

I’m Richard Nguyen from PageFly- Free Landing Page Builder

 

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file

 

@media screen and (max-width: 767px){

.banner__buttons {

           display: none !important;

}

}

 

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 6 (6)

Denishamakwana
Shopify Partner
1408 173 231

Please add below css code in bottom of assets/base.css file

.slideshow__text.banner__box {
            display: none;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
Erica_thrive
Tourist
7 0 0

Thanks for the reply. Unfortunately that didn't work! Do you have any other suggestions?

Erica_thrive
Tourist
7 0 0

Another option would be to make the button below the slideshow instead of on top of it - if you can instruct me how to do that. Thanks! 

PageFly-Richard
Shopify Partner
4584 1050 1710

This is an accepted solution.

Hi @Erica_thrive 

 

I’m Richard Nguyen from PageFly- Free Landing Page Builder

 

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file

 

@media screen and (max-width: 767px){

.banner__buttons {

           display: none !important;

}

}

 

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

Erica_thrive
Tourist
7 0 0

That worked! thank you so much! 

lyoung94
Excursionist
11 0 4

This works, but it adds a gap, how can this be removed? 

padding.JPG