This topic has 11 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Brian Johnson
1. the menu item “tuinmeubelen” is higher than the other items, when I inspect it, it shows:
<div class=”nav-sublist-dropdown”><div class=”container”>
</div></div>
screenshot: https://dl.dropboxusercontent.com/u/3502821/menu.jpg
2.I translated everything to Dutch with the PO files, that works great but one word keeps showing up in English, I searched all files but don’t seem to find it, when I inspect it it says: <h4 class=”widget-title”>Categories</h4>
screenshot: https://dl.dropboxusercontent.com/u/3502821/2%20categories.jpg
3. the breadcrumb background is grey with some small lines, I don’t know how that happened 🙂
screenshot: https://dl.dropboxusercontent.com/u/3502821/breadcrumb%20grey.jpg
4. how can I get some more space between the wishlist/email to a friend line and the social logo’s?
screenshot: https://dl.dropboxusercontent.com/u/3502821/wishlist.jpg
5. in the cart page, there is still the “have a coupon?” section although I disabled coupons in Woocommerce
screenshot: https://dl.dropboxusercontent.com/u/3502821/coupon.jpg
6. for variable products, the total price range is visible, is it possible to only show the lowest price?
screenshot: https://dl.dropboxusercontent.com/u/3502821/price%20range.jpg
I’m using all the newest versions, I’m on local server.
Sorry for all the questions 🙂
Jan
Hello,
1. To check the issue with menu item we need to see your site. Can you upload it to any web host?
2. Add Woocommerce Product Categories widget to “Shop Sidebar” area in Appearance > Widgets and write your title there.
3. Please clarify how you want to modify the breadcrumbs section.
4. Add this code in custom.css file:
.product-information .menu-social-icons {
margin-top: 20px !important;
}
5. Add the following code in custom.css file:
h3.underlined {display: none;}
6. This is Woocommerce configuration and you should contact their support team.
Thank you.
Regards,
Eva Kemp.
3. it can be plain white (or no background) so it blends with site background
Hello
You may try to add this code into the custom.css:
.page-heading { background:transparent !important;}
Also transparent
can be changed to white
or other color.
With best regards
Brian Johnson
1. I’ve put the site on a public server for you guys to check the first question out.
Hello
Please change following lines in custom.css for
.menu > li a
element:
add
line-height:5px;
change padding
to
padding: 8px 20px 60px 8px!important;
With best regards
Brian Johnson
Hi,
doesn’t seem to be working, could check if I made any mistake in custom css?
thanks
Jan
It seems to be working now.
But it creates two new issues:
1. space between header and page is way bigger than before. Can that be reduced again?
2. the submenu times have a lot of space between them
thank you!
Hello,
1. Try to use this code in custom.css file:
.header-type-8 .menu-wrapper .menu-main-container > ul {height: 40px !important;}
2. Please add this code in custom.css file:
.menu .nav-sublist-dropdown ul > li > a {
padding: 20px 20px !important;
}
Regards,
Eva Kemp.
Perfect, thank you!
You are always welcome!
With best regards
Brian Johnson
The issue related to '‘some questions on design’' has been successfully resolved, and the topic is now closed for further responses