Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi, for category pages, if you wish to remove the header image from all category pages, then I would use the category CSS class set in the opening body html tag for all category pages.

    .category .custom-header {
    display: none;
    }
    Thread Starter titusraj

    (@titusraj)

    Thank you Sir, this worked.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hooray and you are welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Custom Header from Categories’ is closed to new replies.