Hi, I followed the code (below) from previous thread to hide a color section. This works fine except on all versions of Windows and Explorer.
Is there something else can be done?
Thanks
Steven
#mobile_top {display: none!important;}
@media only screen and (max-device-width : 767px) { #mobile_top {display: block!important;}}
Hey Steven,
In the style.css of your Child Theme, please replace this code:
@import url(“..enfold/style.css");
to:
@import url("../enfold/style.css");
If that doesn’t fix, try to apply the code in Quick CSS (located in Enfold > General Styling).
Best regards,
Nikko
Ah! changing the @import url fixed it!
Please close this ticket.
Thanks
Steven