livvywenstan Posted March 8, 2021 Share Posted March 8, 2021 Site URL: https://www.arbala.co.uk/shop/p/beldi-vase Hi there, I can't seem to find a code that works to change the font of my product title. I would like it in 'OGG' font. Can anyone help? https://www.arbala.co.uk/shop/p/beldi-vase password: Ghillie5 Thanks! Link to comment
tuanphan Posted March 20, 2021 Share Posted March 20, 2021 Hi. Add this to Design > Custom CSS /* Product title font */ .collection-type-products .grid-title, h1.ProductItem-details-title { font-family: 'OGG' !important; } On mobile footer, do you want to center footer nav links? 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
livvywenstan Posted April 11, 2021 Author Share Posted April 11, 2021 Hi Taunphan, Apologies I only just saw your response. Yes if you have a code that would make the footer links centred would be very helpful! Another question - for my mobile shop page, the product description underneath the images are too narrow. How do I make the spacing wider on mobile? I've attached images so you can see. Many thanks! Link to comment
tuanphan Posted April 15, 2021 Share Posted April 15, 2021 On 4/11/2021 at 11:09 PM, livvywenstan said: Hi Taunphan, Apologies I only just saw your response. Yes if you have a code that would make the footer links centred would be very helpful! Another question - for my mobile shop page, the product description underneath the images are too narrow. How do I make the spacing wider on mobile? I've attached images so you can see. Many thanks! Add to Design > Custom CSS /* mobile */ @media screen and (max-width:767px) { /* align center products */ footer.sections * { text-align: center; } /* title too narrow */ .products.collection-content-wrapper .grid-main-meta .grid-title { padding-left: 30px; padding-right: 30px; } } 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
Archived
This topic is now archived and is closed to further replies.