Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1374212
    Orgablue
    Participant

    Hey there,

    On my site I have removed tags from underneath categories and archives but kept it on my blog posts. I did this with;

    .archive .entry-footer,
    .blog .entry-footer {
    display: none;
    }

    It works, but I cant find a way of hiding them on the search results pages too? I have a search bar at the bottom of the page, if you type anything in to it then you’ll see the tags underneath.

    The website is http://www.footballleaguescout.com.

    I do apologise if this has been answered before, I have tried to search but couldn’t find anything.

    Thanks,
    Tom

    #1374607
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .search-results .entry-footer {
    	display: none;
    }

    Hope this helps.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1374212 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>