Hello,
I need help with moving my collection title to the middle also I would like to make it bolder but I have no clue how to do that. Can someone would help me with it I would be grateful
A user needed help centering and bolding their collection title on their Shopify store.
Solution provided:
h1.collection-hero__title {
text-align: center !important;
font-weight: 700 !important;
}
Resolution:
The solution initially didn’t work when the user tried it, but they resolved the issue by placing the code in the correct file (base.css instead of custom.css). The discussion is now resolved with the user successfully implementing the centered, bold collection title.
Hello,
I need help with moving my collection title to the middle also I would like to make it bolder but I have no clue how to do that. Can someone would help me with it I would be grateful
Hi @Alexdontero ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
h1.collection-hero__title {
text-align: center !important;
font-weight: 700 !important;
}
I tried but it doesn’t work unfortunatelly
Nevermind thank you I pasted it in Custom.css instead Base.css