Shop Now Page - by aahmadi3 - on WordPress WooCommerce support

This topic has 8 replies, 3 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler

  • Avatar: aahmadi3
    aahmadi3
    Participant
    January 26, 2017 at 01:23

    Hello,
    How do I remove the “Shop Now” heading and the “return to previous page” link from my shop page?
    https://www.puredogfood.com/shop-now/

    I want it to match my subscriptions page:
    https://www.puredogfood.com/subscription/

    Please advise.
    Thanks.
    Ali

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 26, 2017 at 10:18

    Hello,

    Navigate to Pages->edit page->Page layout->Show Page Heading and select disable.

    Regards,
    Rose Tyler.

    Avatar: aahmadi3
    aahmadi3
    Participant
    January 28, 2017 at 00:32

    Hi Rose,
    That is the first thing that I tried before submitting this ticket. I wish it was that easy…
    What you are telling me to try does not work.
    Any other suggestions?
    Thanks.
    Ali

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 28, 2017 at 10:40

    Hello,

    Please add this code in custom.css:

    .post-type-archive-product .page-heading {
        display: none;
    }

    Best regards,
    Jack Richardson.

    Avatar: aahmadi3
    aahmadi3
    Participant
    January 29, 2017 at 17:13

    Thanks Jack,
    How do I get it off the product pages as well?

    https://www.puredogfood.com/product/quinoa-clean-chicken-grain-free-dog-food/

    Please advise.
    Thanks.
    Ali

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 30, 2017 at 13:22

    Hello,

    Please, use this code:

    .single-product .page-heading {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: aahmadi3
    aahmadi3
    Participant
    January 30, 2017 at 19:21

    Thanks Rose,
    I have two other pages that I need to remove the heading from.

    1 – https://www.puredogfood.com/cart/

    2 – https://www.puredogfood.com/checkout/

    Please advise.
    Thanks.
    Ali

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 13:21

    Hello,

    Try to change previous code to:

    .woocommerce-page .page-heading {
        display: none;
    }

    Regards,
    Rose Tyler.

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.