Problems with cat-title and post-categories

Hi there,
first of all thanks for the amazing theme.
Is there a way to to disable the category title on a site?

In Custom CSS i put in these two lines but they dont work.

.cat-title {display: none !important; }
.post-categories {display: none !important; }

I have add a screenshot and hope that you can help me :slight_smile:

Best Regards,
Heiko

Hello there,

I hope you are doing well today.

Try this CSS code:


.single-category {
    display: none;
}

Best Regards,
Support

Thanks for your Answer. The CSS code works, but not full. See Screenshot below.

Best Regards,
Heiko

Hello there,

Could you please provide a link to that page so that I can inspect it?

Best Regards,
Support

Hi,

i´ve fixed the problem with another CSS Line

.page-title {display: none;}

now it looks nice. :slight_smile:

But now i found out, that the Logo with the IE would not be cropped. With all other Browsers (Crome, Firefox, Edge), the logo looks fine. Only with IE it doesn´t
See screenshots below

Kind Regards
Heiko

hi

Which version of IE ?