This topic has 5 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Robert Hall
Hello!
I was given a custom CSS code to get rid of the breadcrumbs in my header.
The code worked but stopped working after updating to the newer theme version.
The code I was given was
.page-heading{display:none;}
Also, the Custom CSS option is enabled in the Theme Options
Hello,
This code can hide all content with breadcrumbs include title and previous page button. Do you want this or only hide breadcrumbs?
Regards,
Robert Hall.
Yes, Only breadcrumbs.
Hello,
Try to add following code into custom.css file.
.woocommerce-breadcrumb, .breadcrumbs{
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Tagged: breadcrumbs, header, optimization, templates, woocommerce, wordpress
The issue related to '‘Header Breadcrumbs’' has been successfully resolved, and the topic is now closed for further responses