Okay
  Public Ticket #2009067
Hide "category" label in archives Page Header
Closed

Comments

  •  1
    Ryan started the conversation

    I'm trying to figure out how to remove the label of "Category" in the archive page header. In the link provided, the header currently reads: "Categories Seminars" (see screen shot).

    I want it to just say "Seminars". I can see in developer view that "Categories" is referenced as the "subheader".

    This can be a universal custom CSS, meaning the other category archive pages should follow suit...I don't want the word "Category" showing up at all on archive pages (see second screen shot).

    Thanks!

  •   Andrew replied privately
  •  1
    Ryan replied

    Excellent, thank you!

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    Please be sure to reach out in case you encounter another issue.

    Regards

    Themenectar Support Team

  •  1
    Ryan replied

    Actually, need to revisit this issue. I didn't realize the code was hiding the sub-heading on page headers as well. I just need the word "category" removed on archive/category post pages.

    Sorry for any confusion.

  •  8,994
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    /*remove category label*/
    .archive #page-header-bg .subheader {
        
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Ryan replied

    That did the trick! Thanks once again for the help, Tahir.

  •  75
    Scott replied

    Hey there,

    Thanks for reaching out,

    Please be sure to reach in case you encounter another issue.

    Regards

    Themenectar Support Team