jo10 Posted February 15, 2020 Share 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 Link to comment
Solution tuanphan Posted February 16, 2020 Solution Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
jo10 Posted February 17, 2020 Author Share Posted February 17, 2020 Thank you so much tuanphan. Looks great now. Link to comment
alexkirbyeditor Posted March 16, 2020 Share 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! Link to comment
tuanphan Posted March 16, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mccallkeller Posted September 29, 2020 Share 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! Link to comment
tuanphan Posted September 30, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mccallkeller Posted October 8, 2020 Share 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? Link to comment
tuanphan Posted October 8, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
hboss22 Posted March 7, 2021 Share 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! Link to comment
tuanphan Posted March 15, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment