Forums
Home / Fixing WordPress / Removal of page title
(@kashif61)
3 months, 1 week ago
Please visit the link and help me to remove the page title from within the page.
Please help at your earliest
View post on imgur.com
The page I need help with: [log in to see the link]
(@amirnafees88)
1st Method:
You can simple remove page title using CSS code below. Add this piece of code in customizeAppearance -> Customize -> Additional CSS
.post-type-archive.post-type-archive-product h1.page-title { display: none;}
2nd Method:
Follow this article to remove page titlehttps://www.businessbloomer.com/woocommerce-remove-shop-title-woocommerce-shop-page/