Hiding Author Profile on Pages

Posted in: Newsmag
Post count: 14

Hi,

I have done it quite a few times in the past, but for some reason I am not able to find the option to hide the author name at a page level. Could you please show me the option?

Post count: 23312

Hello ashishb01,

You should check these settings from Theme panel, like this -> https://www.screencast.com/t/PKjccqK4hPs3 and like this -> https://www.screencast.com/t/VuTU4FhY7

Thanks for the message!

Post count: 14

Thanks Catalin,

I actually want to disable it for certain Pages, not all. So is there a page level setting?

Post count: 23312

Hello ashishb01,

If you want that the code to be applied to a certain page, you should use the page ID for this page. Below I gave you an example for this regard.

The code is ->

.page-id-13 .td-post-author-name{
display:none;
}

The result is here ->

Thanks for the message!

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