Archived topic
Hi, is it possible to remove the category title from this result page?
1 reply · Started by Marcello on March 17, 2021
Hi! As you can see the title of the category is in a wrong position, could you help me to remove the title? If is not possible to remove can you ehlp me to move it away from the header?
Thanks!!
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.