Forums

How can I remove the page-title for categories? (3 posts)

  1. danhaskett
    Member
    Posted 3 months ago #

    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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 3 months ago #

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

  3. danhaskett
    Member
    Posted 3 months ago #

    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?

Reply

You must log in to post.

About this Topic