Archived topic
How to turn off the title of category
3 replies · Started by Krystian on April 5, 2017
Viewing posts 1–4 of 4
Hello,
I would like to turn off the title of category with it's box (when I chose category page, it's between header and content). Where or how can I do that?
Hi there,
Try this CSS:
.category .page-header {
display: none;
}
Thanks a lot;) Now I can finish my site;)
You're welcome :)
This archived topic is closed to new replies.