JaydenLCruz Posted May 21, 2020 Share Posted May 21, 2020 I am trying to find the correct CSS code to hide the newsletter section on the mobile version of my site. Has anyone had any success with adding CSS to accomplish this? Link to comment
tuanphan Posted May 22, 2020 Share Posted May 22, 2020 Can you share link to page where you use newsletter section? 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
JaydenLCruz Posted May 22, 2020 Author Share Posted May 22, 2020 Link: www.cruzthebeach.com/home-1 Link to comment
tuanphan Posted May 22, 2020 Share Posted May 22, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { [data-section-id="5ec2c54288c9ec04fa34b8e8"] { display: none; } } 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
JaydenLCruz Posted May 22, 2020 Author Share Posted May 22, 2020 It worked! Thank you so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.