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, this request is now marked as ā€˜Plannedā€™, which means weā€™re currently exploring possible development options, so itā€™s on our radar :muscle:t2:

Please note that we canā€™t provide any specifics at this stage, as weā€™re still in the process of estimating potential solutions. Letā€™s hope weā€™ll see it in the ā€œIn Progressā€ status, though! :blush:

1 Like