Hello guys, how can I change the Titel size?
1 Like
Hi @NikosBat , can you share your store url?
1 Like
Hi @NikosBat
You can try to add this below code to Custom CSS in store admin > Sales channels > Online store > Themes > Custimze > Theme settings
h1.product-title { font-size: 26px; }
Change 26px in the above code with a value that fits your request.
1 Like
Hello there, for some reason that is nowrking for me.
Hello Abdosamer, here is the url and password:
nikthe
1 Like
@NikosBat , go to section-main-product.css file and add the following code :
.product__title>* {
font-size: 2rem;
}
Result:
1 Like
Please update the code
.product__title h1 { font-size: 26px !important; }
1 Like
Thank you that has solved my problem.
1 Like
Thanks Abdosamer, that has solved my problem.
1 Like
You are most welcome!