This topic has 4 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
“HOME” is appearing in a tiny font above my actual page titles. How do I get rid of that?
Hello,
Hope you are having a nice day.
You may add this code in Theme Options > Styling > Custom css:
#breadcrumb {
display: none;
}
Regards
The CSS you gave me removed the breadcrumbs from the normal pages but not the woocommerce shop pages. What do I need to put to remove those?
Hello,
Please try to change previous code to:
.woocommerce-breadcrumb, #breadcrumb {
display: none;
}
Let us know if you need any further assistance.
Regards
You must be logged in to reply to this topic.Log in/Sign up