How to remove additional social links/profiles added by Newspaper

Posted in: Newspaper
Post count: 13

Hi,
After activating Newspaper theme we’ve noticed that Newspaper has added tons of social links to the user’s profile where it may not be appropriate for a multi-authored site. Please let us know how it can be removed or disabled.

Post count: 35449

Hi,

I think that you are referring to these links -> https://i.imgur.com/t8up5US.png if yes, these are from WordPress settings our theme do not have any control over them, all I cn do is to help you to remove theme from the Author Box inside the posts, for this I need to provide me a link to one of your posts and let me know if you want all of links to be remove or only a part.

Thank you!

Post count: 13

Hi,
We need to remove the social links from the post (author-section) and author page.
Here’s an example https://bit.ly/3aqNCSU

Post count: 35449

Hi,

If you are referring on these -> https://i.imgur.com/vWiJCFi.png you can use this custom css for removing the socials -> https://i.imgur.com/YQT5Xfc.png
.author-box-wrap .td-author-social {
display: none;
}

This code will remove the social from all author box, and author pages.
The code need to be set in thee panel> custom code> custom css.
If there is something else, just let me know!

Thank you!

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