Hey guys, i want my current price to be in bold on my homepage, collection page and product page and the compare price needs to stay normal, could someone help me? thanks a lot guys!
@user1671 can you please share this page link?
Hey Suyash, here you go: https://evelynrose-vancouver.com/
@user1671 please add this css to the very end of your base.css file and check
shopify admin->online store->themes->edit theme code->assets->base.css
.product-price .price{font-weight:bold;}
hi @user1671
You can add this code to your theme in assets/base.css file.
.custom-typography .priceContainer .price {
font-weight: 700;
}
It doesn’t work nothing is in Bold
@user1671 not able to see the code added, can you please add it again?
I added it again can u check?
Which is file you added?
@user1671 remove . from product-price, so it becomes
product-price .price{font-weight:bold;}
Thank you so much, it is fixed!
@user1671 welcome, do let me know if you need any more updates
Hey can u maybe help me with this please, would appreciate it!: have a question about a shopify store design. I would like to desplay the % amount saved after my price like the store in the first picture (but with my couler of course) how would I be able to do this? the first picture is the wanted outcome and the second one is my current design. (my typografie is Aleo, 20PX and my colour code is #8B3737) Thanks!
@user1671 this would need code editing to put % code next to price


