Removing title

Thank you again for the beautiful design, you did a great job.

I have been researching the whole night trying to find a CSS (from previous forum posts) that works to remove the title but none of it does.
It is a bit redundant. Please look at the picture. I want to remove the Categories “title” that is in small, bold caps. This one appears to be in Italic, serif font in Page.

Thank you again!!!

Hello there,

I hope you are doing well today.

You seem to be refering to the tagline. YOu can remove the tagline via Appearance > Customize > Site Identity and remove it or you can use the following CSS code to remove the tagline by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove tagline*/
.tagline {
    display: none;
}

Best Regards,
Support

Hi there,

Thank you for the quick reply. It is not the tagline that i want to remove. Please look at the picture…

Is there any way of removing that? I have tried many different CSS from previous posts, nothing seem to solve that problem

Then please try using below custom CSS code.


.archive.category #main > .page-header {
    display: none;
}

Hi Movin,

So sorry, it is still not working. Am I doing something wrong?

I am not an expert by try removing these “/", "/” from your code.

The stuff inside the /* */ marks are CSS comments. Comments are ignored by browsers.

YES THAT WORKS!

thank you so much. I’m really a beginning in CSS and everything to do with website-stuffs…

Also, thank you so much to Activello (Colorlib) team. you guys are amazing.

You are most welcome here :slight_smile: