Site logo

Archived topic

Remove head title in category page

8 replies · Started by Philippe on January 27, 2015

Viewing posts 1–9 of 9

Hello Tom,

I would like to remove head title in category page.

I Have tested a code in .css with :

.cat=18 .entry-title {
display: none !important;
}

and

.category .pagetitle {
      display: none;
}

but neither of them work.

Have you a idea ?

Tanks by advence

Hi there,

For specific category:

.category-xx .page-header {
      display: none;
}

For all category pages:

.category .page-header {
      display: none;
}

Hope this helps :)

Tank you so much Tom, you are the best :)

You're welcome! :)

Resolved!

Checked the option in WP to not show the header in the right side of the UI

Glad you got it to work! :)

This archived topic is closed to new replies.