Hi,
I am using the Halo theme and just need code to make the product titles on the collection pages semi-bold as the theme editor does not seem to change this as it should.
My website: www.pictureperfectinteriors.co.uk
Thank you!
Hi,
I am using the Halo theme and just need code to make the product titles on the collection pages semi-bold as the theme editor does not seem to change this as it should.
My website: www.pictureperfectinteriors.co.uk
Thank you!
Hello @LeanneJ12
h1.productView-title {
font-weight: bold;
}
.collection-title {
font-weight: bold;
}
Hi @LeanneJ12
Try this one.
div#shopify-section-template--16790843654370__21332ad6-fc4b-41a1-baf2-8c6ce90d5d66 a.card-title.link-underline.card-title-ellipsis {
font-weight: 600;
}
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Made4uo-Ribe ,
Thank you for the reply and suggestion. I still seem to be struggling with this - your code has worked for the homepage on the New Arrivals section but not on the actual collection pages for all the product titles?
Best wishes,
Oh, I just follow what you’ve said “to make the product titles on the collection pages”, I thought it must be only on the collection pages.
You mean you like it in all products titles? If that so try this one.
Same Instruction.
h1.productView-title.element-spacing {
font-weight: 600;
}
.card-information a.card-title.link-underline.card-title-ellipsis {
font-weight: 600;
}
Result:
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @LeanneJ12 ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
Best regards,
Anthony
I am very happy to have helped you. If you have any further problems, don’t hesitate. Have a good day