Forums

Head Topic (2 posts)

  1. thebestdslr
    Member
    Posted 5 months ago #

    Hi all.

    I want to ask you a little about how to remove the topic in the menu Post category.

    http://thebestdslr.com/category/reviews parts Browsing Category »Reviews« I want to delete this. Perhaps in this forum anyone can provide answers.
    thank you

  2. sacredpath
    Member
    Posted 5 months ago #

    CSS Solution:

    This will get rid of that page title, but sadly because the CSS for the theme you are using is not rich in CSS selectors, it will also get rid of the title for other pages such as Privacy Policy, Earning Disclaimer and Contact Us.

    #page_head {
    display: none;
    ]

    If you also want to get rid of the extra dotted border at the top of the first post, do this.

    #wrapper {
    border-top: none;
    }

    You could edit the category.php or archive.php file (depending on the theme) and get rid of it there. I don't have access to those files, so you will have to do some investigation on your own on that.

Reply

You must log in to post.

About this Topic

Tags

No tags yet.