Is there a way to have a widget area within a colour section not appear when viewed on a mobile device
Hey Snerp,
Add this to quick css:
@media only screen and (max-width: 767px) {
#nav_menu-2{
display:none!important;
}}
Best regards,
Jordan Shannon
Sweet! Thanks for the code.
Hi,
No problem. I’m glad this was corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon