Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Hide in Order By Menu dropdown

Viewing 3 reply threads
  • Author
    Posts
    • #39392
      seventalents
      Support Expired

      How can I hide one or more items in Order By Menu dropdown? See attached screenshot.

      Attachments:
      You must be logged in to view attached files.
    • #39404
      Harry
      Support Expired

      Hi,

      Please add below code to claue-child > style.css

      .woocommerce-ordering select option:nth-child(1),
      .woocommerce-ordering select option:nth-child(2) {
      	display: none;
      }

      and change 1,2 or add more 3,4,5 to hide Oder by.

      Kind regards

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

    • #39412
      seventalents
      Support Expired

      If I add the code to claue-child > style.css doesn’work.

      If I add it to Claue >Theme Options > General Layout > Custom CSS Style it works, but (see screenshot) the default option that I waht hide is visible. How can replace the default option?

      Attachments:
      You must be logged in to view attached files.
    • #39420
      Harry
      Support Expired

      Hi,

      You can change default option in Appearance > Customize > WooCommerce > Product Catalog > Default Sorting

      Kind regards

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

Viewing 3 reply threads

You must be logged in to reply to this topic.