We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How can I capitalize my product name in Dawn version 7.0.1?

How can I capitalize my product name in Dawn version 7.0.1?

Inochhi
Visitor
1 0 0

Hello,

 

I'm currently using Dawn version 7.0.1, how can I Capitalize my Product name?

Replies 4 (4)

Moeed
Shopify Partner
7764 2081 2567

Hey  @Inochhi 
To make changes in your product title, you need to follow the steps below!

 

  1. Go to your Shopify Admin Page.
  2. Click on Products
  3. Select the product in which you wanna make changes.
  4. After Clicking, You'll be able to see a row with the name Tittle.
  5. Make Changes in the tittle just like you want to.

If I managed to help you then don't forget to Mark it as Solution.
Have a Great Day! :))

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


kgbfashionista
Navigator
345 24 52

Hi,

 

The solution above works if only few products need amending, yet if you would like to have this feature to be applied automatically, try this:

 

Open Themes, create a duplicate, click Edit Code.

 

1. Look for the file called product-grid-item.liquid

This file shows your products within collections. Press Ctrl + F and search for {{ product.title }}

 

Change it to 

{{ product.title | capitalize }}

 

Do the same stuff in following file:

 

product-template.liquid

 

 

Hope this helps.

Feel free to like my post if it was helpful at all

GemPages
Shopify Partner
5625 1262 1292

Hello @Inochhi ,

 

It's GemPages support team and glad to support you today.

 

I would like to give you the recommendation to support you so kindly follow the steps below:

 

1. Go to Online Store > Theme > Edit code of your current theme

GemPages_0-1675224821005.png

 

2. Open your theme.liquid theme file


3. Paste the below code before </head>

<style>
.product-card-wrapper .card__content .card__information .card__heading,
.product__title {
    text-transform: uppercase;
}
</style>

 

If you require any further information, feel free to contact me.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
RyanCheong
Shopify Partner
10 0 2

Hi GemPages support team, 

 

Would like to ask how do I capitalize all product names in my theme :

colehaan-my.myshopify.com

 

Thanks!