• Hi,

    Thanks for this great theme. Can you please give me a css code to remove the categories dropdown by the left hand side from other pages on my website. I’d like the categories dropdown to be shown in only the homepage which is my shop page.

    I look forward to a css code soon.

    Thanks.

Viewing 1 replies (of 1 total)
  • Theme Author ThemeHunk

    (@themehunk)

    Hello there,

    You can try this CSS:

    .menu-category-list {
        display:none;
    }
    .home .menu-category-list {
        display:block;
    }

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Remove the Categories Dropdown’ is closed to new replies.