• Hi, is it possible to hide only the social icons in the sidebar widget when in mobile? I do want to keep the social icons footbar widget in mobile. thank you.

Viewing 1 replies (of 1 total)
  • Hi there,
    please paste this inside your custom css box

    @media (max-width:768px) {
        .sidebar .widget_ci-socials {
            display: none;
        }
    }

    Let me know if this helps

Viewing 1 replies (of 1 total)
  • The topic ‘Hide the Social Icons Sidebar Widget in Mobile’ is closed to new replies.