Re: Brooklyn theme: make collection title lowercase

Solved

Brooklyn theme: make collection title lowercase

adthai
Pathfinder
98 0 32

Hi, I was wondering if there was a way to force my collection titles to lowercase without changing the case sensitive parts in my collection name.  I realize my collection name is in all caps, but I was wondering if there was a line of code to make 'MEN'S RINGS' 'men's rings' without changing it. My URL is https://shoplineagejewelry.com/. Password is 'beckew' Thank you!

adthai_0-1634863318313.png

 

Accepted Solution (1)

Muhammad_Ali_S
Shopify Partner
669 122 185

This is an accepted solution.

@adthai,

Add this code at the bottom of timber.scss file.

#CollectionSection .section-header h1 {
    text-transform: lowercase;
}

Do let me know if it works for you.

 

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142

View solution in original post

Replies 3 (3)

Muhammad_Ali_S
Shopify Partner
669 122 185

This is an accepted solution.

@adthai,

Add this code at the bottom of timber.scss file.

#CollectionSection .section-header h1 {
    text-transform: lowercase;
}

Do let me know if it works for you.

 

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142
adthai
Pathfinder
98 0 32

Thank you! It works.

Muhammad_Ali_S
Shopify Partner
669 122 185

@adthai,

You're welcome. 

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142