Blog categories - get rid of the title

Hi there :slight_smile:

I was wondering if there was a way to get rid of the title and the background color that appears on my page when I go on a category of articles?

For example on this page: https://wercury.ch/category/wercury-coaching/

I would like to get ride of “Category archive” and the background to be white. And would like to do that on any categories page. :slight_smile:

Thanks a lot!

Hello @Fuzuki,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS to remove title on category page:

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

I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

For the CSS code itself, I suggest that you get started with this tutorial:

Thanks.

Thanks a lot for your help!

It worked perfectly :slight_smile:

You are most welcome. :slight_smile:

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