Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1079088

    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

    #1079115

    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

    #1079117

    Thank You. That works!

    #1079267

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile View: I Want Social Media Icons in Widgets, but not in Header or Footer’ is closed to new replies.