baldwin Posted June 14, 2023 Posted June 14, 2023 Hi. I have this code pasted where I already customized the font, but want the font larger. Is there any code I can add to it? I can't find it in the standard settings. Website is https://www.bombaysandwich.co/ .collection-type-products .grid-title { font-family: 'TYPEWRITER'; }
tuanphan Posted June 16, 2023 Posted June 16, 2023 Try this .collection-type-products .grid-title { font-family: 'TYPEWRITER'; font-size: 30px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
baldwin Posted June 16, 2023 Author Posted June 16, 2023 Thank you! I added the font size code to the code I had already and it worked 🙂 .user-items-list-item-container .list-item-content__title { font-family: 'NIMBUS'; font-size: 30px !important; } tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment