Remove the words – filed under – for a specific category

  • ljfent

    #49822

    Is there a way, using additional CSS, to remove the words filed under ‘category_name’ for a specific category?

    Best,

    Admin

    Syahir Hakim

    #49870

    There is, but it only applies to the category archive pages, not when viewing the individual posts. As an example, you can add this code to Custom CSS:

    .category-# .byline {
    	display: none;
    }
    

    Replace # in the code above with the category ID or slug.

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.