Site logo

[Resolved] Remove Category Page Header

Home Forums Support [Resolved] Remove Category Page Header

Home Forums Support Remove Category Page Header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #203173
    Josep

    I found code in the forums… but it doesn’t seem to be working on my site – so I must be doing something wrong.

    I’ve added the following code with the “WP Add Custom CSS” plugin:

    <!-- Remove Category Page Header -->
    
    .category .page-header {
        display: none;
    }
    
    .category .page-title {
        display: none;
    }
    
    <!-- End Remove Category Page Header -->

    The page title disappears – but the page header does not. Example page: http://www.artofboardgaming.com/category/gaming101/

    #203212
    Tom
    Lead Developer
    Lead Developer

    These aren’t CSS comments: <!-- End Content Boxes -->

    They’re HTML comments, so they’re breaking the CSS below.

    CSS comments look like: /* End Content Boxes */

    #203290
    Joseph

    Well I feel silly. Once upon a time I knew that. All fixed. Thank you.

    #203350
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.