[Resolved] How to remove/disable category title from posts?

Home Forums Support [Resolved] How to remove/disable category title from posts?

Home Forums Support How to remove/disable category title from posts?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #157171
    watc

    Hello,

    I am trying to build my website with this theme, but I have a small problem:

    For example, I have a “mutlimedia” menu with “photos” and “videos” sub-menu. when you click on my videos sub-menu you will see “Videos” title on top of the page/post within a box, that I want to get rid of completely. After some research, I was able to get rid of title name by inserting “//” in front of single_cat_title(); under the archive.php BUT empty box still remains there.

    I want to create same categories for news, events, but I don’t want category title on them. Please help with this, thanks in advance!

    Here is the link to the problem: http://watc.x10host.com/category/multimedia/videos/

    #157172
    Stacey Usborne
    Staff
    Customer Support

    Hi,

    This should do it.

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

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    #157175
    watc

    Thank you very much Stacey! for quick response. Problem solved.

    I installed your plug in and copy pasted above code. Done!

    Thanks!!

    #157187
    Stacey Usborne
    Staff
    Customer Support

    No problem! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.