• Resolved SeanGreentree

    (@seangreentree)


    Hi,
    I have the Shopper free version and want to know how I remove the Title “Product” from my Shop page?

    https://adriantimbers.co.uk/shop/

    I’ve looked all through the documentation, settings and Customiser features and I can see where I ca change this. Can anyone point me in the right direction? Is it a WooCommerce edit or Shopera theme change?

    Thanks in advance for your support,

    Regards,

    Sean

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter SeanGreentree

    (@seangreentree)

    Shopera – not Shopper! Dammned autocorrect!

    Thread Starter SeanGreentree

    (@seangreentree)

    can’t see… not can see! More speed, less haste me thinks ??

    Theme Author Madars

    (@cohhe)

    Sorry for the delay!

    You can add this code in style.css to hide it:

    body.archive .page-title { display: none; }

    Best,
    Madars

    Thread Starter SeanGreentree

    (@seangreentree)

    Thanks Madars,
    Just added that to style.css file but it has made no difference 8-( Any ideas?
    Thanks again,
    Sean

    Theme Author Madars

    (@cohhe)

    Please see this https://cl.ly/2W3M3R3Z0h0F I don’t see the title anymore. Did you mean different one?

    Best,
    Madars

    Thread Starter SeanGreentree

    (@seangreentree)

    Hi again.
    Thanks for your help. That’s very interesting. You have the right page and title. Sure enough, the title “Product” is not there in your screenshot, but when I look on my PC it is??? How strange. I’ve even reloaded the page in case I’m seeing a cached paged, but I still see it. I am very confused now 8-/

    I am viewing on 2 Macs, and my mobile and I can see it on all of them.

    The URL is https://adriantimbers.co.uk/shop/

    Am I missing something?

    Thanks again,

    Sean

    Thread Starter SeanGreentree

    (@seangreentree)

    I’ve just looked again at your screenshot and the title to which I am referring is just above where your screen capture is. It’s in big white text “Product” just above Home / Shop breadcrumbs. It is this word “Product” that I am trying to remove.

    Thanks again,

    Sean

    Theme Author Madars

    (@cohhe)

    Oh I see, please add this code:

    body .woo-breadcrumb-content .product-category {
        display: none;
    }

    You can remove the previous code I gave you because it hides another title ??

    Best,
    Madars

    Thread Starter SeanGreentree

    (@seangreentree)

    Perfect. Thanks so much Madars.

    Kind regards,
    Sean

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Shop Breadcrumbs Title "Product"’ is closed to new replies.