Remove Category Header from Category pages.

  • Unknown's avatar

    Is there a way for me to remove the category header on some of my pages? I’ve set up a few categories for posts to feed directly into, but on each of them a header appears that I can’t seem to get rid of. For example, I’ve one category called ‘Interviews’ and a header appears that says, “Posts from the “Interviews” Category” on the top left of the page, (I’m using the Duet premium theme.)

    I’m very new to this thing and have been searching for a CSS code to hide/remove the heading but can’t seem to find one that will do the trick.. Hoping you can help in some way? I have purchased the custom design upgrade and have since implemented a couple of other small changes via CSS I’ve found online, but can’t find an answer to this issue.

    Any insight would be much appreciated!

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    You can try the following line of code.

    .category .return { display: none; }

    To use the above code, click on your site name on the admin menu at the top left, and in the drop-down, select “Customize” to launch the site customizer. You can also reach the Customizer from your dashboard by going to Appearance>Customize

    From there, click on the “CSS” tab, and paste in the code, and be sure to save your changes when you are done.

    Hope that helps. Please let me know if you have any further questions.

  • Unknown's avatar

    Ahh, that did the trick perfectly.

    Thanks so much!

  • Great, glad I could help!

    Happy Blogging :)

  • The topic ‘Remove Category Header from Category pages.’ is closed to new replies.