Site logo

Archived topic

Category description

1 reply · Started by Jacques on July 29, 2017

Viewing posts 1–2 of 2

You write "GP displays the category description for you by default 🙂". How can I overwrite the default and not show the description. I can hide the description with css but then I have an empty box.
My favorite solution would be an option within "customization" and not a hack.
Kind regards, Jacques Bopp

Hi there,

An option would be ideal - I'll look into it.

For now, you can do this:

.category .page-header {
    display: none;
}
This archived topic is closed to new replies.