How to remove the words (category and blog title) below the top menu?

Hi there,

Can you please advise how to remove the words below the the top menu of X theme ethos?
See screenshots attached.

Thanks

Hi There,

Thanks . for writing in!

Please go to X-> Theme Option -> Header -> MISCELLANEOUS

Please disable the breadcrumb and save changes.

Hope this helps!

Thanks

Hi, it didn’t work. I turned off breadcrumbs and saved. I did it for about 5 times and it would keep on coming back to “on”. Please advise why and what to do. Thanks

Hello There,

We’re sorry you’re having this issue. There’s a known bug related to those settings. A fixed will be available on the next release. For the mean time, we can use the following custom CSS to hide breadcrumbs:

.x-breadcrumbs {
    display: none;
}

Hope this helps.

Thanks, it worked. But how to delete the words “category archive”? The custom CSS only removed the breadcrumbs.

Hey There,

To remove the category archive text, please also add this custom CSS:

.category .h-landmark {
     display: none;
}

We’ve just released the new version of X, Pro theme. Could you please update your theme to the latest version?

https://theme.co/changelog/

Let us know how it goes!

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