This topic has 8 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
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
Hello,
Navigate to Pages->edit page->Page layout->Show Page Heading and select disable.
Regards,
Rose Tyler.
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
Hello,
Please add this code in custom.css:
.post-type-archive-product .page-heading {
display: none;
}
Best regards,
Jack Richardson.
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
Hello,
Please, use this code:
.single-product .page-heading {
display: none;
}
Regards,
Rose Tyler.
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
Hello,
Try to change previous code to:
.woocommerce-page .page-heading {
display: none;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up