LilithTrembles Posted April 7, 2023 Share Posted April 7, 2023 Hi I used CSS to make changes to my site for all headings, and that's been working great. UNTIL I started to add products to my shop and when I click into each product the title is MASSIVE and overlapping and a nightmare. Can anyone help? I've tried in styles and some other css but not managed to find a solution yet. Any advice greatly received. Thanks Link to comment
catebligh Posted April 8, 2023 Share Posted April 8, 2023 I would try this CSS and play around with the number: .ProductItem .ProductItem-details h1.ProductItem-details-title {font-size: 1.5em;} Link to comment
LilithTrembles Posted April 11, 2023 Author Share Posted April 11, 2023 On 4/8/2023 at 1:20 AM, catebligh said: I would try this CSS and play around with the number: .ProductItem .ProductItem-details h1.ProductItem-details-title {font-size: 1.5em;} Ah thank you for the suggestion but I couldn't get it to work. Can I literally copy and paste that line of CSS into the next available line in my CSS editor window? Or does it need breaking up / inputting on different lines? Link to comment
tuanphan Posted April 14, 2023 Share Posted April 14, 2023 On 4/11/2023 at 7:41 PM, LilithTrembles said: Ah thank you for the suggestion but I couldn't get it to work. Can I literally copy and paste that line of CSS into the next available line in my CSS editor window? Or does it need breaking up / inputting on different lines? Can you share link to product? We can check easier LilithTrembles 1 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!) Link to comment
LilithTrembles Posted May 3, 2023 Author Share Posted May 3, 2023 On 4/14/2023 at 10:57 AM, tuanphan said: Can you share link to product? We can check easier Hi yes here's the link, I'd be grateful for any help https://www.deadgood.org/shop/p/dead-good-earthaware-organic-spring-tote THANKS! Link to comment
Solution tuanphan Posted May 6, 2023 Solution Share Posted May 6, 2023 On 5/3/2023 at 10:59 PM, LilithTrembles said: Hi yes here's the link, I'd be grateful for any help https://www.deadgood.org/shop/p/dead-good-earthaware-organic-spring-tote THANKS! Add this to Design > Custom CSS h1.pdp-details-title { font-size: 2.5rem !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!) Link to comment
LilithTrembles Posted May 6, 2023 Author Share Posted May 6, 2023 11 hours ago, tuanphan said: Add this to Design > Custom CSS h1.pdp-details-title { font-size: 2.5rem !important; } OMG it worked I could cry with joy and gratitude. Thank you so much you absolute legend! tuanphan 1 Link to comment
spiralbloomherbal Posted August 18, 2023 Share Posted August 18, 2023 How do I change the font of my product titles to a custom font? I have already imported the font and use it throughout my website (Goudy Medieval Font). Thanks so much! Link to comment
tuanphan Posted August 21, 2023 Share Posted August 21, 2023 On 8/19/2023 at 12:46 AM, spiralbloomherbal said: How do I change the font of my product titles to a custom font? I have already imported the font and use it throughout my website (Goudy Medieval Font). Thanks so much! You can add font-family attribute If it doesn't work, please share site url, we can give exact code 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!) 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