Toypop
1
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
Hello, @Toypop
Hello,
- Go to Online Store
- Edit Code
- Find theme.css/base.css file
- 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!
1 Like