Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1343492
    dyldaub
    Participant

    How do I hide the category from all my posts on Theme X – Ethos

    My page is http://www.allthingsoutfit.com

    Thanks

    #1343633
    Rahul
    Moderator

    Hi There,

    For example if you want to remove one particular category in the filters.

    You can add this under Custom > CSS in the Customizer.

    .blog .x-index-filters a[data-category-id="54"] {
          display:none;
    }

    Where 54 is the category id you want removed in the filter.

    Here is how to locate category id.

    How to Locate Category IDs

    Hope that helps.

    #1343741
    dyldaub
    Participant

    I mean like as if I was hiding the date author and category.

    #1343773
    dyldaub
    Participant

    I mean like as if I was hiding the date author and category

    #1344165
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    p.p-meta {
        display: none !important;
    }

    Thanks.

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