Hi!
can anyone help on decreasing font size of pop-up link? s. screen shot
store url: www.mism.store
Thanks in advance!
Best,
team-mism
A user seeks help reducing the font size of a pop-up link in their Shopify store, providing a screenshot for reference.
Proposed Solutions:
Two respondents offer similar CSS-based fixes:
base.css, section-main-product.css, or assets folder).product-popup-modal__buttonCSS Code:
.product-popup-modal__button {
font-size: 12px; /* or desired size */
}
One response suggests adding !important to ensure the style override takes effect. The discussion provides a straightforward technical solution but remains open for the original poster to confirm implementation success.
Hi!
can anyone help on decreasing font size of pop-up link? s. screen shot
store url: www.mism.store
Thanks in advance!
Best,
team-mism
Hello @monomgroup
.product-popup-modal__button {
font-size: 12px;
}
Add
.product-popup-modal__button {
font-size: <>px !important;
}
to assets/section-main-product.css