Mobile Slideshow button issue-Debut theme

Solved
VickyFu
New Member
3 0 0

Hello! 

I am using a debut theme and have an issue with button size show on mobile. How can I have a smaller botton? Hope you could help me figure this out! 

 

VickyFu_2-1618806793703.png

 

This is my current code. 

VickyFu_1-1618806710451.png

Store URL: www.lomipet.com

 

Accepted Solution (1)

Accepted Solutions
oscprofessional
Shopify Partner
14196 2142 2760

This is an accepted solution.

Add this css

@media only screen and (max-width: 749px){
#shopify-section-16186359467849c941 .slideshow__text-wrap.slideshow__text-wrap--mobile .slideshow__text-content.slideshow__text-content--mobile.text-center.slideshow__text-content--mobile-active {
    display: none;
}
}
If helpful then Please Like and Accept Solution. Chat on WhatsApp | Skype : oscprofessionals-87 |
Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify App | Shopify SEO | Digital Marketing | Shopify Strategies Consultant

View solution in original post

Replies 4 (4)
oscprofessional
Shopify Partner
14196 2142 2760

Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css

@media only screen and (max-width: 749px){
#shopify-section-16186359467849c941 .slideshow__btn-wrapper a.btn.slideshow__btn {
    padding: 1px 6px;
    min-height: auto;
}
}
If helpful then Please Like and Accept Solution. Chat on WhatsApp | Skype : oscprofessionals-87 |
Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify App | Shopify SEO | Digital Marketing | Shopify Strategies Consultant
VickyFu
New Member
3 0 0

Thank you! I added the code. It works! But there are two buttons now. How can I remove another button?

VickyFu_0-1618808862504.png

VickyFu_1-1618808935402.png

 

 

 

oscprofessional
Shopify Partner
14196 2142 2760

This is an accepted solution.

Add this css

@media only screen and (max-width: 749px){
#shopify-section-16186359467849c941 .slideshow__text-wrap.slideshow__text-wrap--mobile .slideshow__text-content.slideshow__text-content--mobile.text-center.slideshow__text-content--mobile-active {
    display: none;
}
}
If helpful then Please Like and Accept Solution. Chat on WhatsApp | Skype : oscprofessionals-87 |
Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify App | Shopify SEO | Digital Marketing | Shopify Strategies Consultant
VickyFu
New Member
3 0 0

Thank you ! Now it's perfect. @oscprofessional