How to adjust font size for mobile banner images?

Hello everyone.In my mobile device in image banner i need a help to make bigger font-size 30% off collars and make smaller the heading make the dog more fashionable.

hey @VisarK ,

can you share your store url

www.pawshubs.com

Hey @VisarK , please paste this code in your store customized option,custom code

@media (max-width:768px) {
#Banner-template--18141089956143__f2c216e6-f510-4bc6-8537-1898776e8f02 > div.banner__content.banner__content--middle-right.page-width > div > div.banner__text.subtitle {
    font-size: 30px;
    font-weight: 600;
}
#Banner-template--18141089956143__f2c216e6-f510-4bc6-8537-1898776e8f02 > div.banner__content.banner__content--middle-right.page-width > div > h2 {
    font-size: 21px;
}

}

If this code works please like and accept this solution.

1 Like

Thank you so much DigiDecoded it works

1 Like

you are welcome.

1 Like