- This topic has 1 reply, 2 voices, and was last updated 1 month, 3 weeks ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Remove category names and product names from header image
Hello
SKT Cosmetics pro5.0
I want to remove category , product and page titles from header image
is it feasible?
Page has it’s own name of course but i don’t want to show it on header images
https://monastiriotis.eu/product/paidika-kosmimata-p301/
thanks
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.woocommerce-breadcrumb, .skt-page-title {
display: none !important;
}
Regards,
Dave