Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #2470748
Category Path
Closed

Comments

  • nathanstephane started the conversation

    Hey Is there a way to only show the parent category path under blog post ?
    If not, Is there a way to not show the path at all ?

    {"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  •   nathanstephane replied privately
  • [deleted] replied

    Hi Nathan,

    Sorry but there is not an option for that.

    If you want to remove that entire area, then please add this CSS code to your Custom CSS area:

    body.archive.category .page-heading {
        display: none;
    }

    Have a nice day!