Remove Social Profile Links and Icons from Author Box

Posted in: Newsmag
Post count: 1

Hello,

I want to Remove Social Profile Links and Icons from Author Box.

Please help. Thanks!

Post count: 23312

Hello RahulDubey137,

You should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-author-social{
display:none!important;
}

The result is here -> https://www.screencast.com/t/VMSOSzt12At

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