I currently have the Quick Add button enabled under my products and the product title font is a bit too big when viewed on mobile. Is there a way to make this smaller?
Thanks ![]()
password: yaurow
I currently have the Quick Add button enabled under my products and the product title font is a bit too big when viewed on mobile. Is there a way to make this smaller?
Thanks ![]()
password: yaurow
@LEEDIA - add this css to the end of your base.css file and check, adjust numbers as per the need
@media screen and (max-width:749px){
.quick-add-modal .product__title>a .h1{font-size: 24px; line-height: 32px;}
}
This worked perfectly. Thank you so much!