Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
The product font size when I click my "Quick Add" button is a bit too big on desktop. I was able to make it smaller on mobile view but not desktop.
I appreciate any help 🙂
password: yaurow
Solved! Go to the solution
This is an accepted solution.
Hi @LEEDIA
Just to clarify decrease for the font is only for the pop up options? If it is try this one.
.quick-add-modal__content.global-settings-popup .product__title h2.h1 {
font-size: 25px !important;
}
Hi @LEEDIA
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
product__title>h2 {
font-size: 25px !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Hi @LEEDIA
Just to clarify decrease for the font is only for the pop up options? If it is try this one.
.quick-add-modal__content.global-settings-popup .product__title h2.h1 {
font-size: 25px !important;
}
Yes the result you showed is exactly what I want, but I pasted the code in base.css and saved and nothing changed for some reason.
Please, replace on this one. Thanks!
#ProductInfo-quickadd-template--21211836711217__main > div.product__title > a > h2 {
font-size: 25px !important;
}
And Save.
I just got the first code to work by pasting it in "quick-add.css". Works perfectly, pasting it here instead of "base.css" won't cause any issues though correct?
yeah, that is the exact css file for that template.