Tagged: x
-
AuthorPosts
-
March 14, 2017 at 3:29 am #1406058
ItwebdevelopmentParticipantHi, I’d like to disable my footer widget with my logo on mobile devices. Is this possible?
Here is the link:
dzdrones.com
Thanks!!
March 14, 2017 at 4:53 am #1406139
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
@media (max-width: 767px){ .x-colophon.top > div > .x-column:nth-child(1) { display: none; } }Hope it helps 🙂
March 14, 2017 at 4:36 pm #1407154
ItwebdevelopmentParticipantThanks so much for the quick response. Is there any way to make the other widgets not visible as well on mobile?
Thanks again!!
March 14, 2017 at 8:22 pm #1407414
NicoModeratorHi There,
You could use the similar code above however add the class that you want to remove for example.
@media (max-width: 767px){ .widgetclasshere { display: none; } }Hope it helps.
Let us know how it goes.
Thanks.
March 14, 2017 at 10:31 pm #1407525
ItwebdevelopmentParticipantCould you tell me all the widget classes?
March 14, 2017 at 10:36 pm #1407526
ItwebdevelopmentParticipantActually could you just give me the code to remove all three widgets on the website?
March 14, 2017 at 10:36 pm #1407527
ItwebdevelopmentParticipantFor mobile
March 15, 2017 at 3:52 am #1407718
FriechModeratorHi There,
Your site is not accessible at the moment. You can hide the entire Footer Widget Areas on mobile with the custom CSS below.
@media (max-width: 480px) { .x-colophon.top { display: none !important; } }Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1406058 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
