Hello,
I followed other support threads on this and am still unable to get the color section to be hidden on desktop.
Color Section Section ID: mobileOnly
Quick CSS:
#mobileOnly { display: none !important; }
@media only screen and (max-width: 767px) {
#mobileOnly { display: block !important; }
}
Hey k593,
Try this code in the General Styling > Quick CSS field:
@media only screen and (min-width: 769px) {
#mobileonly { display: none!important; }
}
I take that “mobile” is phone & tablet, thus the “min-width: 769px” You almost had it, your ID was spell mobileonly.
Best regards,
Mike
That worked! Thank you Mike
Hi,
Glad that Mike helped you. Thanks for using Enfold :)
Best regards,
Nikko