Hi,
is it possible to see the Scoial Media Icon’s in the Widget, but not in Header/Footer.
I use these CSS, but the Icon’s are also not show in the widget
@media only screen and (max-width: 480px) {
#top .social_bookmarks { display: none !important; }}
Thanks
Hey Maik,
Yes you can do that but your css targets the social_bookmarks everywhere, so you need to add the sector for the social_bookmarks in the header and footer.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (max-width: 480px) {
#top .main_menu > .social_bookmarks,#socket .social_bookmarks { display: none !important; }}
If this doesn’t help please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Thank You. That works!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon