• 107shirts

    (@107shirts)


    on our website I have sorted products by tag and created pages for them but at the top of the pages the title says “tag archive” and “Below you’ll find a list of all items that have been tagged as”. I was wondering if it is possible to hide this. any help would be appreciated. I am currently using X Theme if that helps.

    107shirts.com

Viewing 1 replies (of 1 total)
  • Geoffrey Shilling

    (@geoffreyshilling)

    Volunteer Moderator

    I would either use a plugin that allows you to add custom CSS or create a child theme for this so the changes are not lost when your theme is updated. Try adding the following CSS code to hide these items:

    .h-landmark,
    .p-landmark-sub {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Need help hiding "Tag Archive" page title’ is closed to new replies.