Shopify themes, liquid, logos, and UX
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!
This is my current code.
Store URL: www.lomipet.com
Solved! Go to the solution
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;
}
}
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;
}
}
Thank you! I added the code. It works! But there are two buttons now. How can I remove another button?
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;
}
}
User | RANK |
---|---|
213 | |
149 | |
59 | |
49 | |
46 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023