Home Forums Themes Support Claue Customizing shop

Viewing 6 reply threads
  • Author
    Posts
    • #10509

      Hi, I’m attempting to customize my shop at https://www.ohhi.co/shop/. It seems the theme is creating redundancy with the sidebar and the secondary navigation (they have the same exact content). I would like to remove the secondary navigation and only keep the sidebar. How do I do this? I have only been able to either show both or remove both.

      Is there a way to remove the filter icon on the left (above my product categories)? I would also like to remove the adjustable columns and fix my shop at 3 items per row (in desktop view). Thank you!

      Attachments:
      You must be logged in to view attached files.
    • #10522

      Hi,

      1. You can remove second navigation in Appearance > Widgets > WooCommerce Categories Menu Sidebar and remove widget

      2. You can hide filter icon by go to Claue > Theme Option > WooCommerce > Product Listing Settings > Enable Sidebar Filter > Off

      3. You can change number of product per row by go to Claue > Theme Option > WooCommerce > Product Listing Settings > Number Of Column

      Best regards

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

    • #10542

      Thank you! Is there a way to just have a left sidebar with my product categories?

    • #10551

      Hi,

      I’m sorry I don’t understand. What do you mean?

    • #10557

      You can manage you left sidebar on shop page by go to Appearance > Widgets > WooCommerce Sidebar > Remove all widgets only keep WooCommerce Categories.

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

    • #10689

      Hi,

      You can add custom css in Claue > Theme Option > General Layout > Custom CSS

      .woocommerce-tabs .additional_information_tab, .woocommerce-tabs #tab-additional_information { display: none;}

      .products.metro .product-inner:hover .product-info {
      opacity: 0;
      visibility: hidden;
      display: none;
      }

      Best regards

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

    • #11349

      Hi,

      I saw you edited css in theme. We recommend add custom code in child theme for css please add in Dashboard > Claue > Theme Option > General Layout > Custom CSS

      If you want hide description and additional information you can add custom css

      .woocommerce-tabs { display: none;}

      Best regards

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

Viewing 6 reply threads

You must be logged in to reply to this topic.