Shopify themes, liquid, logos, and UX
How do i make the price bold in the home page? i´ve tried some codes but they don´t seem to work.
Theme: Symmetry
Solved! Go to the solution
This is an accepted solution.
Hi @Ednadali
This will bold all price on the store but not the product page.
body:not(.template-product) .price__default {
font-weight: bold;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Ednadali
Please, share your store URL. Thanks!
Hi @Ednadali
I hope you are well. You can follow our instructions below, this code can only work for Home page. If you want to check for all pages, please share with me the store link as well.
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ
Here is the code for Step 3:
{% style %}
{% if template.name == "index" %}
.price{
font-weight: bold !important;
}
{% endif %}
{% endstyle %}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
ah! yes i want it for all pages but i don't want the product name to be bold when you're in the prouct page itself, just before clicking on them does that makes sense? this is my store url https://www.onixjoyeria.com/
You can add this code to Custom CSS in Sales Channels > Online Store > Themes > Customize > Theme settings to do that.
.template-index .product-price--block,
.template-index .product-price--block .price,
.template-index .product-price--block .price__default { font-weight: 700; }
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Hi @Ednadali
This will bold all price on the store but not the product page.
body:not(.template-product) .price__default {
font-weight: bold;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
thank you! it worked!
Welcome! Would you mind hitting 'like' as well? Thanks!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey 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, 2024