Delete breadcrumbs

I nee to remove breadcrumbs from the top of my page (highlighted in yellow) but cannot seem to get it to work. I have turned breadcrumbs off but does not do anything. I still want the breadcrumbs to show up on the right side of the page as shown in the pic. Any suggestions?

Hi There,

Thanks for writing in!

The breadcrumb turning off issue is a know bug and it has been already in our issue tracker.
At the time being the only suggestion that I can give is that you add the CSS code below to X > Theme Options > CSS:

.x-breadcrumb-wrap {
    display: none !important;
}

Regarding the position of breadcrumb that needs template customization and which is out of our theme support scope.
You can do this by help of a developer.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.