Hello,
I understand that “SHOW AUTHOR BOX – Enable or disable the author box (bottom of single post pages)”.
However, my question is: is it possible that at “Search Template – M1” the author doesn´t appear (maybe writing something at “Custom code)?
Thank you.
Best regards.
Hi,
I’m assuming that you want to hide the author name in search template M1 results page – https://www.screencast.com/t/HxBwxuE3 try this code in Theme panel->Custom Css
.search-results .td_module_1 .td-post-author-name {
display: none;
}
Result – https://www.screencast.com/t/6elOuUeOsB
If this is not what you wanted please provide a screenshot or more detailes about this matter.
Thanks
Hello,
On the day that you answered me I did as you wrote, and it worked.
Now I ask you the same (I mean, hide the author´s name) for the “Categories Search Template” – in other words, I put in the page the “WP Categories” and I´d like that the author´s name doesn´t appear.
Thank you.
Best regards,
Pedro Moreira
Hello,
See please the image on http://videosupporters.com/category/chants/ (note: this URL appears when I go to homepage – videosupporters.com – and select the “Categories option, at the top of the page).
At the bottom left of each video, it appears the author´s name (“Video Supporters”), and is this that I want to hide.
Thanks.
Best regards.
Hi,
I understand now, you can hide the author name using this code, enter it in Theme panel->Custom Css
.category .td-post-author-name {
display: none;
}
Result – https://www.screencast.com/t/anbSnQ1uN
Thanks