Hide badge on mobiles

In aware of this but I suggest adding it as a feature to the set up.

3 Likes

Thank you for your comment, @EXEC! I’ve moved your comment to our Wishlist so that other users can vote for your idea :slight_smile:

2 Likes

While Elfsight Team is working on this feature, adding the following CSS code to the Custom CSS field in the widget settings should help:

 @media (max-width: 475px) {
.es-badge-container {
display: none !important;
}
}
2 Likes

Friends, great news: this feature request is in the Design stage now!

We’ll keep you updated on the progress :slight_smile:

Update: the feature moved to the Development stage! :tada:

1 Like

Hey everyone :waving_hand:

I am coming with the great news! With the new Display on Devices option you can control where to display the widget:

  • Desktop Only
  • Mobile Only
  • All Devices


We’ve also released a bunch of other cool features for the Badge layout. Check this post for more details - Reviews: [MAJOR UPDATE] New badge designs, flexible position adjustment, display triggers and more!:fire:

2 Likes