Shopify themes, liquid, logos, and UX
Hi, I am currently experiencing some different font sizes on my website, particularly for the
1. Filter menu (the number of products listed is smaller than the rest of the filter labels), and;
2. For the old sales price, which is now much smaller than the current sale price displayed
My file preview link is here: https://verterra.sg/?_ab=0&_fd=0&_sc=1&preview_theme_id=166588514587
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @Verterra,
You can try this code by following these steps:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css or styles.css
Step 3: Insert the below code at the bottom of the file -> Save
h2.product-count__text.text-body {
font-size: 17px !important;
}
s.price-item.price-item--regular {
font-size: 17px !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
@Verterra Please follow the below steps to adjust the font size for the product count displayed in the filter and price sizes. Let me know whether it is helpful for you.
.facets-container .product-count__text, .price--on-sale .price-item--regular {
font-size: 1.8rem !important;
}
@media screen and (max-width: 749px){
.facets-container .product-count__text {
font-size: 1.5rem !important;
}
}
This is an accepted solution.
Hi @Verterra,
You can try this code by following these steps:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css or styles.css
Step 3: Insert the below code at the bottom of the file -> Save
h2.product-count__text.text-body {
font-size: 17px !important;
}
s.price-item.price-item--regular {
font-size: 17px !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Thank you for your help!
This is an accepted solution.
@Verterra Please follow the below steps to adjust the font size for the product count displayed in the filter and price sizes. Let me know whether it is helpful for you.
.facets-container .product-count__text, .price--on-sale .price-item--regular {
font-size: 1.8rem !important;
}
@media screen and (max-width: 749px){
.facets-container .product-count__text {
font-size: 1.5rem !important;
}
}
Hi, this worked perfectly for me. Thank you! 🙂
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024