Home Forums Pro Themes Signify Pro Remove the word Category from section-title Header

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #156248
    Helena Harris
    Participant

    Where can I modify the code to hide or remove the label “Category:” on post category / archive header?
    Thank you in advance for any help.

    https://stallandstable.com/category/stallandstable__horse_podcast/

    #156278
    Psink
    Keymaster

    Hello, Please add this CSS in the Additional CSS

    
    .archive .custom-header-media .section-title{
    	visibility: collapse;
    }
    
    .archive .custom-header-media .section-title span {
        visibility: visible;
        margin-left: -180px;
    }
    
    #156298
    Helena Harris
    Participant

    Thank you very much!

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