- This topic has 1 reply, 2 voices, and was last updated 5 years, 11 months ago by Hash.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- December 24, 2018 at 6:24 am #9535letsgobigParticipant
Hi there,
Is there a way to remove the page name from each page? I currently have the header, followed by the page name and page menu location. It looks like this:
About
Home / AboutFollowed by the rest of my content. Is there a way to remove this?
Thanks!
DinaJanuary 7, 2019 at 8:24 pm #9782HashKeymasterHi,
You can remove it by adding custom CSS code. Go to Appearance > Customize > Additional CSS and paste the code below. Alternately, you can easily remove it from the customizer in the premium version.
.breadcrumb-trail, .woocommerce .woocommerce-breadcrumb{display:none;}
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.