• Resolved pkwp703

    (@pkwp703)


    I have tried endlessly to remove Archives from the Shop page title. I saw the support ticket someone else posted with this issue also and tried what you told them to do, but it isn’t working. I tried the below but nothing removes Archive from my Shop page. I added the below to Additional CSS but neither of them are working to remove it.

    `.page-title h1 {
    display: none;
    }

    .jsgroup-page-title h1 { display: none; }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author britetechs

    (@britetechs)

    Hello @pkwp703,

    Thanks for contact us.

    Please add below css code in Additional CSS setting then save it.
    Then check your site again.

    .jsgroup-page-header .row {
    display: none;
    }

    We hope this will work for you.

    Thank You,
    Britetechs

Viewing 1 replies (of 1 total)
  • The topic ‘Archive on Shop Page Title’ is closed to new replies.