X theme Option changes are not saving

i am trying to set up a new site but changes I am making to ethos options are not saving (example, i disabled breadcrumbs and uppercase menu titles, hit save and they still will not save changes. I disabled plugins to see if there was a conflict, no luck, i cleared the cache and tried various browsers, no luck.

I am on a tight deadline any help resolving this would be appreciated.

Hi there,

Our apologies as this is a known bug that was already added in our issue tracker that our developers are already aware of.

For the meantime, please add this code to the Global CSS:

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

.x-navbar .x-nav-wrap .x-nav > li > a {
    text-transform: none;
}

Hope this helps.

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