Maggi Posted November 27, 2019 Share Posted November 27, 2019 I need an CSS Code for hiding oder change fonts sizes for Slidegallery on mobile only. Can anybody help me? Link to comment
tuanphan Posted November 27, 2019 Share Posted November 27, 2019 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
Maggi Posted November 27, 2019 Author Share Posted November 27, 2019 www.sandrabroschat.com … and I apologize yet for my bad english 🙂 Link to comment
tuanphan Posted November 27, 2019 Share Posted November 27, 2019 55 minutes ago, Maggi said: www.sandrabroschat.com … and I apologize yet for my bad english 🙂 You want to hide, or change font size? 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
Maggi Posted November 27, 2019 Author Share Posted November 27, 2019 I want change the size first. On mobile version the text ist too big, even bigger than the frame. And if it's not possible, I would prefer to hide the complete slide. Link to comment
tuanphan Posted November 27, 2019 Share Posted November 27, 2019 7 minutes ago, Maggi said: I want change the size first. On mobile version the text ist too big, even bigger than the frame. And if it's not possible, I would prefer to hide the complete slide. add to home > design > Custom css @media screen and (max-width:640px) { div#block-3d5ba0c066796437428f h1 { font-size: 10px; } div#block-3d5ba0c066796437428f h1 { font-size: 12px; } } 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
Maggi Posted November 27, 2019 Author Share Posted November 27, 2019 The sizes changed on top of the side. My Problem is the Galleryslider at the end. Do you have a solution for that as well? Link to comment
tuanphan Posted December 7, 2019 Share Posted December 7, 2019 On 11/27/2019 at 8:38 PM, Maggi said: The sizes changed on top of the side. My Problem is the Galleryslider at the end. Do you have a solution for that as well? @media screen and (max-width:640px) { section#zitat-gallerie p { font-size: 20px; } } 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
Maggi Posted December 11, 2019 Author Share Posted December 11, 2019 Thanks for your help. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.