Remove category name from category page

Hi!

Overall everything’s going great and I’m completely in love with this theme! However, I would like to remove the category name from a category page. My website has three different categories, when you click on the category name on the main menu it redirects you to a page with all the posts within such category. On top of everything, just below the header it says the category name. I would like to remove it.
Here’s one of the pages so you can take a look:
http://en.atlascontemporaneo.com/category/photography/?noredirect=en_US

Hi @sabpaz,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

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

Best Regards,
Movin