• Resolved PMD

    (@pizzamydarling)


    I’ve searched the forums and haven’t been able to find a solution for this that has worked for me.

    I created a product archive page with Elementor and have a custom header built into the page. However my theme shows the product category header by default and I can’t figure out how to turn it off. There doesn’t seem to be a way to do this editing the category in Woocommerce, and I also don’t see the option in the Appearance editor. I’m using the theme Prismy.

    Is there a way to remove the duplicate header (title and breadcrumbs) through custom CSS? Here is a screenshot, Woocommerce header on top:
    https://snipboard.io/rj1fax.jpg

    • This topic was modified 4 years, 1 month ago by PMD.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Fernando a11n

    (@fhaps)

    Automattic Happiness Engineer

    @pizzamydarling I’m not a CSS expert but after a quick look at the page, I belive this might work, give it a try:

    #tmv-page-header.tmv-page-header-center {display:none;}

    You can add the code from Appearance > Customize > Additional CSS.

    Thread Starter PMD

    (@pizzamydarling)

    Oh wow that worked! Thank you so much ??

    Thread Starter PMD

    (@pizzamydarling)

    @fhaps I just realized this code also affects my blog posts and removes the titles there. Do you know if there’s any way to keep it limited to WooCommerce pages?

    • This reply was modified 4 years, 1 month ago by PMD.
    Plugin Support Fernando a11n

    (@fhaps)

    Automattic Happiness Engineer

    Ah, yeah, if that header is used on other post types then those would also be affected.

    I’d recommend reaching out to your theme developer to see if they can help with some of the customizations around this. Otherwise, you might want to look into hiring a developer that can help you make more extensive changes to the look and style of your theme.

    As this is related to the styling of your theme and not specific to functionality of the core WooCommerce plugin, I’ll go ahead and close this thread now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Product Category Archive Page Header’ is closed to new replies.