Re: Change Product Font Size on "Quick Add" Menu (Mobile)

Solved

Change Product Font Size on "Quick Add" Menu (Mobile)

LEEDIA
Excursionist
25 0 6

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 🙂 

 

URL: https://leediastore.com/

password: yaurow

 

mobile-view.jpg

Accepted Solution (1)

suyash1
Shopify Partner
9853 1225 1566

This is an accepted solution.

@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;}
}

 

suyash1_0-1696137396359.png

 

 

To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me

View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
9853 1225 1566

This is an accepted solution.

@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;}
}

 

suyash1_0-1696137396359.png

 

 

To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me
LEEDIA
Excursionist
25 0 6

This worked perfectly. Thank you so much!