Guest Posted May 21, 2020 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?
tuanphan Posted May 22, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted May 22, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.