• Resolved artsycat

    (@artsycat)


    Hi,

    I’d like to remove the header both from the single blog posts and the WooCommerce single products.

    For the blog posts, the WP editor gives you the option to check or uncheck Enable Page Header. However, if I uncheck it, it also disappears from the Blog page, even if Enable Page Header is checked on that page!

    For the WooCommerce products, there’s no such option.

    Ideally, I’d like the header to stay, but the title to change. Instead of having the title of each single blog post or the name of each single product, I’d like the header for all blog posts to say Blog and the header for all products to say Shop.

    Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter artsycat

    (@artsycat)

    EDIT: I kind of figured it out, but when I hide the header from archives through CSS, the Woocommerce shop header also gets hidden. How do you hide the header from all archives except one? (In this case, I think the archive is “products”. It looks like Woocommerce treats product categories as archives, including all products which appear on the shop page.

    Hi,
    Firstly, sorry for the late reply.

    I guess you’re trying to show the page title in the WooCommerce Shop page only. If so, please add the following CSS in Appearance > Customize > Additional CSS:

    .post-type-archive-product .tg-page-header__title {
        display: block;
    }

    If you’re trying to do something else, let us know exactly in which pages do you want the page title to appear?

    Thanks.

    Thread Starter artsycat

    (@artsycat)

    Thank you so much! That worked wonderfully! ??

    Great to hear so. ?? Hope you liked the Zakra theme if so, you can help us by leaving a review here. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing Single Post Title’ is closed to new replies.