Hide badge on mobiles

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

2 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:

1 Like

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;
}
}
1 Like