This topic has 4 replies, 3 voices, and was last updated 3 years, 11 months ago ago by Olga Barlow
Hello,
I have been having problems with the breadcrumbs since the installation of xstore, and would like to fix them.
The only pages on which breadcrumbs are displayed at the moment are the blog articles. The problem is, I cannot change their style nor remove them or apply them to other pages. The settings in the theme customizer do not take effect.
I have tried disabling plugins without result.
Thank you
Martin
Hello,
Edit blog page > select “Inherit” here – https://prnt.sc/w8b6tx , then change settings of breadcrumbs via Theme Options. The same for other pages.
Regards
Hello Rose,
thank you, that one was straightforward. And worked. However, on pages there’s no override set like this and still the breadcrumbs do not change with the settings.
Best regards
Martin
Hello,
We display just page title on the Wishlist page. Do you want to show breadcrumbs there in the following way http://prntscr.com/w969g5
Then add the code below to Theme Options > Custom CSS:
.woocommerce-wishlist .page-heading .breadcrumbs, .woocommerce-wishlist .page-heading .back-history {
display: block;
}
.woocommerce-wishlist .page-heading .title, .woocommerce-account .page-heading .title {
text-align: start;
font-size: 24px;
font-family: "Cormorant Infant", Sans-serif;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up