JaydenLCruz 0 Share Posted May 21, 2020 (edited) 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? Edited May 22, 2020 by JaydenLCruz Link to post
0 tuanphan 8,950 Share Posted May 22, 2020 Can you share link to page where you use newsletter section? You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 tuanphan 8,950 Share Posted May 22, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { [data-section-id="5ec2c54288c9ec04fa34b8e8"] { display: none; } } JaydenLCruz 1 You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Question
JaydenLCruz 0
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?
Edited by JaydenLCruzLink to post
Top Posters For This Question
3
2
Popular Days
May 22
4
May 21
1
Top Posters For This Question
JaydenLCruz 3 posts
tuanphan 2 posts
Popular Days
May 22 2020
4 posts
May 21 2020
1 post
Popular Posts
tuanphan
Add to Home > Design > Custom CSS @media screen and (max-width:767px) { [data-section-id="5ec2c54288c9ec04fa34b8e8"] { display: none; } }
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment