Hiding Instagram in Footer on Mobile (but not on sidebar)

Posted in: Newspaper
Post count: 24

Hello! I have successfully hidden the Instagram widget in the footer of the pages on mobile using the following code in the mobile section of the Advanced Custom CSS area, but when I do this, it’s also hiding the widget within the Smart Sidebar and default Sidebar on mobile.


@media
{
.td-instagram-main{
display:none;
}
}

I was able to successfully show the default Sidebar widget by adding a custom CSS class to the widget, but I can’t seem to find the area to do this within the Smart Sidebar.

Post count: 20688

Hi,

The code could be made for precise. You could try it like this in Theme panel->Custom code->Advanced CSS for phones

.td-footer-instagram-container {
display: none;
}

This code will remove only the footer Instagram.

Thanks

Post count: 24

Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.