Home › Forums › Themes Support › Claue › Customizing shop
Tagged: categories, shop, filter
- This topic has 6 replies, 3 voices, and was last updated 7 years, 1 month ago by Harry.
-
AuthorPosts
-
-
September 21, 2017 at 9:29 am #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. -
September 21, 2017 at 5:05 pm #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 -
September 21, 2017 at 9:16 pm #10542
Thank you! Is there a way to just have a left sidebar with my product categories?
-
September 21, 2017 at 10:23 pm #10551
Hi,
I’m sorry I don’t understand. What do you mean?
-
September 21, 2017 at 11:00 pm #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 -
September 24, 2017 at 7:53 am #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 -
October 5, 2017 at 11:31 pm #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
-
-
AuthorPosts
You must be logged in to reply to this topic.