Hey!
I disabled page title (https://snag.gy/DSkTm2.jpg), but its still showing: https://snag.gy/VfRAo6.jpg How can I disable it?
Hey!
I disabled page title (https://snag.gy/DSkTm2.jpg), but its still showing: https://snag.gy/VfRAo6.jpg How can I disable it?
Hi There,
Thanks for writing in!
This is not the page title showing in the page, this is the breadcrumb.
To disable it please go to Dashboard -> X -> Header in the MISCELLANEOUS section disable the breadcrumb.

Thanks
I turned it off, but when I refresh the page it gets turned back on automatically?!
Hi there,
I remembered that we had a bug if you exported the theme options from an old version and imported to the new version. I wonder if that was the case?
If that is the case, unfortunately, there is no way to turn off the breadcrumbs and you will need to do it by a CSS code. Please add the CSS code below to X > Theme Options > CSS:
.x-breadcrumbs {
display: none;
}
Also, you need to make sure that you clear your browser cache and the WordPress cache plugin that you have. I remember that most of the time the cache is the main problem and you will need to make sure that you clear the cache from the plugin and also you have no cache on your server.
Thank you.
That did not solve the problem completely. Now I have a white gap on the top: http://rebeccacrossltd.com/sales-page/
Hi There,
Please change the previous CSS to this:
.x-breadcrumb-wrap {
display: none;
}
Hope it helps 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.