What's your biggest current challenge? Have your say in Community Polls along the right column.

Image banner text

Solved

Image banner text

Toypop
Excursionist
31 0 10

Hello guys can someone please help to sort this down?

Can i change text only on Image banner mobile version?

Because there are no option to change text only on mobile version, when i change the text on image banner it changes for desktop as well as mobile, 😞 

Every help will be appreciated ❤️❤️❤️ Here is url - https://www.toypop.lt

image2131.pngimage.png

Accepted Solution (1)

topnewyork
Globetrotter
758 124 139

This is an accepted solution.

Hello, @Toypop 

Hello,

1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom

@media (max-width: 768px) {
    #shopify-section-template--22284692619529__image_banner_QaVaeG .banner__heading {
        padding-top: 110px;
        font-size: 14px !important;
    }
}

.button, .button-label, .shopify-challenge__button, .customer button {
    font-size: 14px !important;
}

Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount

View solution in original post

Replies 2 (2)

topnewyork
Globetrotter
758 124 139

This is an accepted solution.

Hello, @Toypop 

Hello,

1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom

@media (max-width: 768px) {
    #shopify-section-template--22284692619529__image_banner_QaVaeG .banner__heading {
        padding-top: 110px;
        font-size: 14px !important;
    }
}

.button, .button-label, .shopify-challenge__button, .customer button {
    font-size: 14px !important;
}

Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount
Toypop
Excursionist
31 0 10

Thank you so much ❤️