SOMEONE COULD HELP ME HIDE THE AUTHOR OF BLOCKS AND CATEGORIES

Posted in: Newspaper
Post count: 34

In the theme panel the option to hide the author’s name appears, but this option hides the blocks, categories and posts. I want to hide it from the blocks and categories but I want the author’s name appears in the post?

Post count: 23312

Hello diablo7,

Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-post-author-name {
display:none;
}
.single .td-post-author-name{
display:block;
}

Thanks for your understanding!

Post count: 34

Thanks Catalin, the code works. I have another question, I have a category called “Games” and want to hide the date of the posts in that category in the search results. I can now hide the date of the posts of a category, but look for that post in the search, always displays the date.

As hidden the date of that category of the search results?

Post count: 23312

Hello diablo7,

As a basic solution in this regard would be to change the module mx2 because this type of module is used in Live Search feature. Please notice that is not a simple task and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry! In the future, please do not make more topics about the same problem. Please make a single topic with your problem and we will try to answer you as soon as possible.

Thanks for your understanding!

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