- This topic has 3 replies, 2 voices, and was last updated 2 weeks, 5 days ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hello,
is it possible in Ibsen PRO to remove the store page heading (Negozio) from the main store page? Is there custom CSS or a theme option?
Thank you very much.
Hello,
Please try this custom CSS added to Appearance > Customize > Additional CSS:
.post-type-archive-product .woocommerce-products-header__title {
display: none;
}
Yes, it worked!
Thank you so much
Thank you for letting me know it worked.