Hello, my all product titles is with CAPITAL letters, I wanna minimize them, who can help me?
Thanks
Hello, my all product titles is with CAPITAL letters, I wanna minimize them, who can help me?
Thanks
Its not finished, but www.deoxes.com
Thanks
@Deoxes - your product page customizer should have setting to reduce title size, if you find it difficult then you can add this css for reducing font , adjust number as per need.
.product-single__title {
font-size: 20px;
}
In which css i need put that? in Assets? How that file name?
@Deoxes - yes very end of theme.css file in assets
Yes i put in theme.css.liquid that code and nothing, don’t understand why?
@Deoxes - you have added it in some media query, you need to add outside of it in the very end
no, its still showing in media query
Than can you explain where i need put it , thanks you for help.
@Deoxes - right now you have like the first screenshot, it should be line second one, and you can see title
Yes thanks , but i wanna letters mine will be like that Deoxes. First Up letter second small letters now its showing like that. They smaller but still Up letters
@Deoxes - ok, remove those previous lines and add this new updated ones
.product-single__title {
font-size: 20px;
text-transform: capitalize !important;
}
Thanks you verry much for help, all done. !!!
@Deoxes - if possible please do like my message and accept it as solution, thank you very much
Can I ask yopu one more question, maybe you can help me too. I just looked now, I need make the same like in product page, but now I need make in collection page, can you help me?
@Deoxes - add this to the very end
.grid-product__title{text-transform: capitalize !important;}
Thank you one more time!!!
Can you tell me how i can change my titles font? Its too codings?