Home Forums Themes Support Claue Is it possible to change the order of the product categories?

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #18775

      Hello Harry,

      Is it possible to change the order of the product categories in woocommerce categories menu sidebar ? (Under Shop)

       

       

      Is it also possible to change the order product categories in the woocommerce sidebar ?

      Best regards,

      Marjolein

       

       

    • #18780

      Hi Marjolein,

      Have another way. You create new menu in Appearance > Menu and add categories as your order. After that you go to Appearance > Widget and add “Custom Navigation” to WooCommerce Categories Menu Sidebar and assign the new menu your created.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #18808
      This reply has been marked as private.
    • #18827

      Hi Majolein,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .menu > li > ul {
      	position: absolute;
      	min-width: 250px;
      	display: table;
      	background: #fff;
      	top: 120%;
      	opacity: 0;
      	visibility: hidden;
      	left: -17.5px;
      	transition: all .3s;
      	text-align: left;
      	z-index: 10;
      	padding: 0;
      	box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
      background: rgba(255,255,255,0.95);
      }
      
      .menu li:hover > ul {
      	top: 100%;
      	opacity: 1;
      	visibility: visible;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #18857

      Good evening Harry,

      This is great working !

      Thank you very much for your help and the good work.

      Kind regards, have a nice evening/day.

      Marjolein

       

Viewing 4 reply threads

You must be logged in to reply to this topic.