This topic has 2 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Olga Barlow
Hello,
I’m trying to remove the category label over the blog carousel element, have a look to the following link: https://www.dropbox.com/s/ffwgyz34mbn3y8q/Captura%20de%20Pantalla%202020-04-14%20a%20les%2017.17.21.png?dl=0
Exist any form without coding the CSS?
I’ll wait fr your answer.
Best regards
Hello,
Nope, unfortunately. Use the following custom CSS
.post-grid .post-categories {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up