This topic has 6 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Olga Barlow
have some issues
1 how to decrease the gap between top menu and megamenu sub menu ?
2 have set the order in variant prices, but seems the theme does not respond to the order list correctly and dump them out unordered in the single-product. look http://nano4life.no/produkt/nano4-mobler/ and velg a variant, then the list are unordered.
3.when showing product list i would like to have frames around the products, like the booking but NOT the info from the rest of the product, only the frame added ..
4. where to find the HOT,SALE,NEW word for translation on megamenu
the site http://nano4life.no
Hello,
1) Add the following code in Theme Options > Styling > Custom CSS
.menu-wrapper .menu > li:hover .nav-sublist-dropdown {
top: 55px !important;
}
2) Product attributes have default order on single product page. You may enable default woocommerce theme Storefront and check that dropdown has the same order. Try to search on WooCommerce forum, maybe you’ll find any solution there.
3) Add the following code in custom css to add border
.product .content-product {
border: 1px solid #e6e6e6;
padding: 20px;
}
4) These labels were made like images xstore/images/label2.png etc. We plan to change them in next version to add option for translation.
Regards
1. did not do any changes for me.., megamenu still below breadcum
2. where too enable default woocommerce theme Storefront ???
3. ok
4. ok
Hello,
1. I see that you are using cache plugin, right? Have you cleaned cache? Because I don’t see styles http://prntscr.com/cttl12
2. Go to Dashboard > Appearance > Themes > Add new > find Storefront theme and install it. Activate. Check.
Regards
Also in the manual it says i can set the width on the menu in a field after coloums, but the width field is NOT there ???
Hello,
Add all the necessary items into menu, Save menu and only after saving you’ll see XStore theme options for the menu. Column width option is available for the 2d level of menu, so, be attentive if you look at right place http://prntscr.com/cy811a
Regards
You must be logged in to reply to this topic.Log in/Sign up