Site logo

Archived topic

Hi, is it possible to remove the category title from this result page?

1 reply · Started by Marcello on March 17, 2021

Viewing posts 1–2 of 2

Hi Marcello,

I think the issue you are having here is not the title, but the content merging with the elementor header.

You could try to use this CSS to hide the title, but it won't solve the problem.

.archive .page-header {
    display: none;
}

I would recommend you to check if there's any elementor settings can prevent content merge with header.

This archived topic is closed to new replies.