Hey everyone,
I want to change the size of the button on my slideshow for mobile.
Thanks in advance!
Link to shop: https://www.bootik54.com/
PW: guestaccess
Hey everyone,
I want to change the size of the button on my slideshow for mobile.
Thanks in advance!
Link to shop: https://www.bootik54.com/
PW: guestaccess
Please Add the following CSS code to your assets/base.css bottom of the file.
@media only screen and (max-width:749px){
#shopify-section-template--19092016267601__45121bea-691f-4572-8688-4e8f05c43dd0 .button {
display: inline-flex !important;
font-size: inherit !important;
}
}
Thanks!
Hey, thanks for the reply!
Unfortunately it didn’t work, any other suggestions?
Thank you again!
Please add the following CSS code to your layout/theme.liquid before the tag bottom of the file.
Please remove the previously provide and add this new code.
Please Add the following CSS code to your assets/base.css bottom of the file.
@media screen and (max-width:749px){
#shopify-section-template--19092016267601__45121bea-691f-4572-8688-4e8f05c43dd0 .button {
display: inline-flex !important;
font-size: inherit !important;
}
}
Hey it’s still not working unfortunately. There’s no visible change