This topic has 2 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Rose Tyler
i need remove this title from some page and other i need only title from page dont sho home page . Thanks again !
Hello,
You can add custom CSS code for pages:
http://prntscr.com/o28gsg
.page-heading .title {
display: none;
}
or
.breadcrumbs a, .woocommerce-breadcrumb a {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up