• Hi may i know how do i remove the “categories” section in the menu and just remain the normal menu

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @chewkaizhe,

    We can hide the category section with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    .navbar-nav.category-nav.xl-hidden {
    display: none;
    }
    

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘remove category header’ is closed to new replies.