Hey guys, I’m trying to put the product page title font smaller for mobile and pc. It looks to big here an example down below URL - https://avokitchen.com/
Hi @Yusa1
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
@media screen and (max-width: 749px){
.product__title {
font-size: 20px !important;
}
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Hey, This change is only for mobile. Can you provide the code for PC too?
