tagDiv Social Counter

Posted in: Newspaper
Post count: 9

Hi,

Is it possible to delete the counter number of the widget temporaly? This is until I get a certain number of followers in my social media.
Thanks.

Post count: 23312

Hello laurab,

With a bit of CSS code, you can hide this information. Try the code below and place it in Theme panel->Custom CSS Area.

The code is ->

.td_social_info{
display:none;
}

If you want to display this field you should remove that code.

Thanks for the message!

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