Home Forums Pro Themes Magazine Plus Pro Remove “Category:” on Archive Pages

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #176665
    Neil
    Participant

    Hi, can you explain how to remove the “Category:” as shown on the archive pages please?

    e.g. -> https://sixshootercountry.com/ssc2/?cat=2

    Thank you.

    #176678
    Psink
    Keymaster

    Please add this CSS in the Additional Css

    .archive .page-header .page-title {
    visibility: hidden;
    }

    .archive .page-header .page-title span {
    visibility: initial;
    margin-left: -130px;
    }

    @media only screen and (max-width:479px) {
    .archive .page-header .page-title span {
    margin-left: -90px;
    }
    }

    #176682
    Neil
    Participant

    That works just fine. Thank you.

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