Hide specific widgets on Responsive mobile
-
Hi all,
If anyone can help me out with coding I’d be so grateful.
ok, first of all it’s a classified ad website using Classipress theme.
I want to hide 2 widgets from all the pages in Responsive.
After some research, I did the following:in Custom CSS Manager:
@media only screen and (max-width:480px) {
.hide_on_mobile {
display: none !important;}
}Then, with ZigWidgetClass, I put hide_on_mobile in CSS Classes(Appearance–>Widgets) and clicked Save.
Ok now that partially worked. The 2 widgets have disappeared from Classipress listing pages, but not from WordPress normal pages like Home, About Us etc..
Is anything I can do to make them hide completely from the website in Responsive?
Thanks so much
- The topic ‘Hide specific widgets on Responsive mobile’ is closed to new replies.