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!