I'm using narrtive theme, and I'd like to capitalize the header title for each page

Hello, I’d like to capitalize the letter for the title of this page ‘products page’

(my website is not published yet

1 Like

@Fares2

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.section-header__title {text-transform: capitalize;} /* uppercase */

Unfortunately didn’t work

oh sorry please share store url so i will check what’s issue

My website is not published yet, how can i share it?

1 Like

@Fares2

if you have a front-end password is confidential so please to a personal message as you like.

Hi @Fares2 ,

Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

.section-header__title {
    text-transform: capitalize !important;
}

Hope it helps!

Unfortunately didn’t work, and here’s my website link:

https://oxytocin-sa.myshopify.com/

1 Like

@Fares2

that’s fine?

yes! but is it also working with the products page? And if so please tell me what you did

1 Like

@Fares2

yes its work as well try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.section-header__title, .product__title {text-transform: uppercase;}

It’s working! Thank you so much for the help

1 Like

@Fares2

its my pleasure to help us