Hello, I’d like to capitalize the letter for the title of this page ‘products page’
(my website is not published yet
Hello, I’d like to capitalize the letter for the title of this page ‘products page’
(my website is not published yet
can you try this code
.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?
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:
yes! but is it also working with the products page? And if so please tell me what you did
yes its work as well try this code
.section-header__title, .product__title {text-transform: uppercase;}
It’s working! Thank you so much for the help
its my pleasure to help us