jo10 Posted February 15, 2020 Posted February 15, 2020 Site URL: https://www.cuentamelobooks.com/all Hi, I have added custom fonts to my site and have been able to change most of them using CSS code I have found online, but there are two bits that I don't understand how to do. The Title font for the products in the products page (this -> https://www.cuentamelobooks.com/all) and the "you have nothing in your cart" message in the shopping cart page (this ->https://www.cuentamelobooks.com/cart) Thank you very much for your help
tuanphan Posted February 16, 2020 Posted February 16, 2020 Add to Home > Design > Custom CSS h1.ProductList-title { font-family: 'Brown Regular' !important; } .empty-message { font-family: 'Brown Regular' !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!)
jo10 Posted February 17, 2020 Author Posted February 17, 2020 Thank you so much tuanphan. Looks great now.
alexkirbyeditor Posted March 16, 2020 Posted March 16, 2020 Hi, I'm having the exact same problem but nothing changes when I use the code provided. Any help would be amazing!
tuanphan Posted March 16, 2020 Posted March 16, 2020 5 hours ago, alexkirbyeditor said: Hi, I'm having the exact same problem but nothing changes when I use the code provided. Any help would be amazing! Can you share link to your site? 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!)
mccallkeller Posted September 29, 2020 Posted September 29, 2020 Hey @jo10 your website is awesome! Also I'm in love with your logo. I was wondering how you got your custom fonts to work on the individual product pages like this one https://www.cuentamelobooks.com/all/dormir-sin-almohada ? I can't find out how to do that anywhere! Really appreciate your help or anyone else who might know!
tuanphan Posted September 30, 2020 Posted September 30, 2020 18 hours ago, mccallkeller said: Hey @jo10 your website is awesome! Also I'm in love with your logo. I was wondering how you got your custom fonts to work on the individual product pages like this one https://www.cuentamelobooks.com/all/dormir-sin-almohada ? I can't find out how to do that anywhere! Really appreciate your help or anyone else who might know! Which element? 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!)
mccallkeller Posted October 8, 2020 Posted October 8, 2020 On 9/30/2020 at 9:35 AM, tuanphan said: Which element? All of the information about your product such as: DORMIR SIN ALMOHADA 8.99 Is there a way to add your custom font to these details without having to individually target each block on every product page?
tuanphan Posted October 8, 2020 Posted October 8, 2020 8 hours ago, mccallkeller said: All of the information about your product such as: DORMIR SIN ALMOHADA 8.99 Is there a way to add your custom font to these details without having to individually target each block on every product page? Add to Home > Design > Custom CSS section.ProductItem-details * { font-family: 'Inria sans' !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!)
hboss22 Posted March 7, 2021 Posted March 7, 2021 Hi! @tuanphan I'm also having trouble getting my product titles to be the custom font i've coded in. Having trouble finding a code that works. Shop Page Link : https://www.fromyourmuse.com/designshop Website code: musings2 Let me know your thoughts!
tuanphan Posted March 15, 2021 Posted March 15, 2021 On 3/7/2021 at 8:32 PM, hboss22 said: Hi! @tuanphan I'm also having trouble getting my product titles to be the custom font i've coded in. Having trouble finding a code that works. Shop Page Link : https://www.fromyourmuse.com/designshop Website code: musings2 Let me know your thoughts! Hi. It looks like you solved with this CSS? .grid-title, h1.ProductItem-details-title { font-family: 'Roseritta Standard' !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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.