Hello, could I change the sub-header font size on mobile only? pic below
website: infinibuddy.myshopify.com
password: yyy
Hello, could I change the sub-header font size on mobile only? pic below
website: infinibuddy.myshopify.com
password: yyy
Hello @Acid2Rain
add this code to your style.css file.
Navigate to online store >> Click edit theme code.
Now find style.css and paste the following code:
@media (max-width:768px){
.image-with-text-overlay__subheading{font-size: 30px !important;}
}
Change the font size according to your preferences.
@EFOLI-Emilia7 You’re awesome! Thank you so much!