Hello
I want to make to product titles bold but i dont know how can someone help me please.
I did it when you press on one product but for the whole page with the products it is not bold
I’m currently using REFORMATION theme.
Thanks
AM82
Hello
I want to make to product titles bold but i dont know how can someone help me please.
I did it when you press on one product but for the whole page with the products it is not bold
I’m currently using REFORMATION theme.
Thanks
AM82
.product-details span.title {
font-weight: bold !important;
}
i tried it also with this but it is not working
@AM82 try this code
.product-card-title {
font-weight: bold !important;
}
Hi @AM82
Which page you like it to be bolder? In product page or the homepage collection?
I try to use the demo of your theme. Im not sure if it work in your store.
.product-information h1.product-title {
font-weight: bolder;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!