Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello subhnish,

    You can hide it via css. Add below code into style.css file of your current active child theme or you can add it into additional css option into theme customizer.


    .page-title {
    border: none;
    }
    .page-title .meta-single {
    display: none;
    }

    Hope this will helps you.

    Thanks !

Viewing 1 replies (of 1 total)
  • The topic ‘How to Remove the Category tab at the top’ is closed to new replies.