Remove/hide Social Media Counters

Posted in: Newspaper
Post count: 8

Hi there,

I like to remove/hide social media counters as seen in this test site : http://charlie.remotefoundry.com/

Details : http://collabshot.com/show/Sy7Ewn

Would appreciate any advice to fix it.

Thanks,
Steve

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/m9vTCBHU

.td-social-style10 .td_social_type .td_social_info {
font-size: 0!important;
}

Thanks!

Post count: 8

Hi Andrei,

Awesome !

While I’m able to hide it, but there is a big white space under it.

Example : http://screencast.com/t/3DrrGHWgw

Is there a way to remove it ? or a better way to minimise the white space ?

Thanks,
Steve

Post count: 22421

Hi,

Try this css to reduce the white spece:
.td-social-style10 .td_social_type .td-social-box{
height: 66px!important;
}

Thank you!

Post count: 8

Hi Bogdan,

I can confirm that it’s working !

Many thanks !

Regards,
Steve

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