Category menu – Front page

This topic is empty.

Viewing 5 reply threads
  • Author
    Posts
    • #2200


      Nicholas
      Guest

      Hello,

      I have downloaded the Free version of the theme locally, and I love it !

      I have one question though: Is it possible to have the categories in the category menu always displayed on the Front page only, instead of clicking it for it to drop down and display them, and on the rest of the pages to have it closed like it is by default?

      I hope you understand my question, I would love to use the theme, but that’s the only thing that bothers me.

    • #2202


      Spiracle Themes
      Guest

      Hi Nicholas,

      Try the following CSS

      .header-product-custom-menu .navbar-collapse.collapse {
      display: block !important;
      }

      Copy and paste it in Appearance -> Customize -> Additional CSS

      Let us know if this works for you.

      Best Regards

    • #2203


      Nicholas
      Guest

      Hello,

      Thank you for the fast reply.

      The category menu is showing, but now it is showing on every page. My question was if it is possible to have it showing only on the Front page of the website. Maybe if I can hide it somehow on other pages ?

    • #2204


      Spiracle Themes
      Guest

      Hi Nicholas,

      Sorry for the misunderstanding 🙂
      Replace the above CSS with this

      .home .header-product-custom-menu .navbar-collapse.collapse {
      display: block !important;
      }

      Let us know if this works out

      Best Regards

    • #2205


      Nicholas
      Guest

      Hello,

      It works now ! Thank you very much.

    • #2206


      Spiracle Themes
      Guest

      You are welcome 🙂

Viewing 5 reply threads

Reply To: Category menu – Front page

Your information:




Cancel