Adjust Sildeshow Button Size for Mobile in Dawn 10.0

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

1 Like

@bootik54

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!

@bootik54

Please add the following CSS code to your layout/theme.liquid before the tag bottom of the file.


@bootik54

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