Support » Themes and Templates » How can I remove the page-title for categories?

  • Hi there,

    I’m using a child theme of Twenty Eleven and would love to get rid of the .page-title at the top, such as on this page

    page

    I’d like to remove where it says Category archives:commissions. I’ve tried this but it didn’t work –

    .page-title { display: none; }

    Any help would be much appreciated,

    Thanks

    Dan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

    Thread Starter danhaskett

    (@danhaskett)

    Hi, I did use firefox and I found that the category archives text was referred to as

    .page-title {
    color: #666666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    margin: 0 0 2.6em;
    text-transform: uppercase;
    }

    but how can I remove that using the child theme style.css?

    Try:

    .home .page-title {
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I remove the page-title for categories?’ is closed to new replies.