How to get the text on the category box away?

Posted in: Newspaper
Post count: 136

I have different categories and on all of them I have a custom made image to fit in the box. The problem now is that the name of the categorie is also written on the cateogrie box above the image….Very ugly and annoying and I tried to find how I can disable this, but there is nothing that does this.

Could someone help me?

Here are some picture that shows what I mean:
-https://www.dropbox.com/s/rj33rhzyq8svbad/Schermafdruk%202016-12-21%2014.30.50.png?dl=0
-https://www.dropbox.com/s/1cq14zaobnlvdro/Schermafdruk%202016-12-21%2014.31.24.png?dl=0

Post count: 23312

Hello noori020,

Please provide your website URL so I can inspect it closer and also so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 136

You can see a example of what I mean in this link: https://goo.gl/H83QKC

This is the case with more categories in that specifiek page. You can see the categorie box with the picture on it and also Glory written on it. I want that written part away and know how to do this.

Post count: 22421

Hello,

If you want to remove the category name form the container you will have to add this css in the theme paenl-> custom css box:

.category .td-page-title{
display:none!important
}

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.