Claire_auck Posted March 26, 2023 Share Posted March 26, 2023 Hello. I hope someone can help me. I need to reduce the size of the product title and price for the landing page on mobile. I searched the forum and found a couple of solutions, but I may have conflicting code that is interfering with it. I will try and explain; 1. I have set the general mobile styles and these are all working fine. 2. The product title code also references 'H1' and if I change the initial mobile styles, it changes the product title. 3. I need the initial mobile fonts to stay the same and only target the shop prices but when I add the new code, it has no effect. Hope that makes sense. Cheers Claire 🙂 Link to comment
tuanphan Posted March 30, 2023 Share Posted March 30, 2023 What is site url? 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
Claire_auck Posted March 31, 2023 Author Share Posted March 31, 2023 Hi @tuanphan Sorry, I forgot to add that. https://www.claireturnbull.co.nz/shop-products Thanks! Link to comment
Claire_auck Posted April 4, 2023 Author Share Posted April 4, 2023 @tuanphan I'm just wondering if you're able to help with this one? The site is live so it would be good to have your brilliant help. Thank you 🙂 Link to comment
Solution tuanphan Posted April 8, 2023 Solution Share Posted April 8, 2023 Use this CSS to target product price mobile @media screen and (max-width:767px) { body.view-list .product-price { font-size: 15px !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
Claire_auck Posted April 10, 2023 Author Share Posted April 10, 2023 On 4/8/2023 at 1:56 PM, tuanphan said: Use this CSS to target product price mobile @media screen and (max-width:767px) { body.view-list .product-price { font-size: 15px !important; } } Thank you so much Tuan, you're the best! 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