This topic has 6 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Olga Barlow
I am currently setting up a site with xStore, I currently have the bread crumbs working on all my woo-commerce pages, so it shows home > shop etc. However on non woocommerce page it just shows home and not say home > contact if I am on the contact page. I have activated breadcrumbs in the theme options, I can see in the code that for some reason the breadcrumb for the page is set to display:none; is there something I am missing?
Hello,
We’ll fix it in theme update. If you provide me link to your site and temporary admin panel access I’ll fix it for you.
Regards
The site is currently on my localhost, can you paste the code in here and i’ll edit the theme myself?
Thanks
Hello,
Custom code depends on breadcrumbs settings that you use. Could you provide us with .json file of your theme options (Theme Options > Import/Export > Options).
Regards
Hello,
Add the following code in Theme Options > Styling > Custom CSS
.page-heading.bc-type-left2 .delimeter:last-child {
font-size: 0.9rem !important;
}
Regards
Tagged: breadcrumbs, non-woocommerce, persuasive, themes, woocommerce, wordpress, x-store
You must be logged in to reply to this topic.Log in/Sign up