How to bold and center a collection title

Solved

How to bold and center a collection title

Alexdontero
Excursionist
25 0 6

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 

IMG_1372.jpeg

Accepted Solution (1)

CodingFifty
Shopify Partner
1007 152 177

This is an accepted solution.

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;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Replies 3 (3)

CodingFifty
Shopify Partner
1007 152 177

This is an accepted solution.

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;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
Alexdontero
Excursionist
25 0 6

I tried but it doesn't work unfortunatelly

Alexdontero
Excursionist
25 0 6

Nevermind thank you I pasted it in Custom.css instead Base.css