How to remove "CATEGORY ARCHIVE"?

Hi, I tried by entering this code to CSS but still its appearing in the home page (below the Logo).

.archive .x-header-landmark {
display: none;
}

https://www.musclesherpa.com

breadcrumbs is OFF

Please help.

Hi There,

Please change your custom CSS to this:

.archive .x-header-landmark,
.blog .x-header-landmark {
    display: none;
}

To find the correct selector for the custom CSS, please take a look at this: https://www.wikihow.com/Inspect-Element-on-Chrome.

Hope it helps :slight_smile:

Thank you! It worked.

You are most welcome! Glad that it works for you!

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