By sparkguitar05 on
I do not want my search results to display the content type, author, date, time, and number of comments. How can I completely remove this line from the search results?
I do not want my search results to display the content type, author, date, time, and number of comments. How can I completely remove this line from the search results?
Comments
You could display:none it in
You could display:none it in your style sheet. For example, I added this code to my style.css file to remove it on a site I was working on a few weeks ago.
You can try using that same code, although depending on what theme you have enabled it may call to it differently. Hope it helps!
Works great!
I found the code I needed in Firebug and set display:none. Worked great. Thanks!
Would you please point us to
Would you please point us to the code you have found on Firebug, please?
Thanks!
Thanks!
This worked for me as well. Thanks, saved me a lot of time.
Thanks!
Thank you very much! Still easy and relevant in 6.x