Home › Forums › WoodMart support forum › Questions regarding Categories + Category Icons + Browse Categories Side Nav. › Reply To: Questions regarding Categories + Category Icons + Browse Categories Side Nav.
Elise Noromit
Hello,
1. it does NOT allow me to select the categories in the search bar Please find the answer here: https://prnt.sc/11i9xhc
2. There is no ideal size, you can refer to our demo to see what size we use.
3. You need to assign a class to the menu item and customize it with CSS https://xtemos.com/docs/woodmart/create-menu-2/
4. You need to open your SVG icons file with some editor like Sublime Text or default system text editor and add width=”31″ height=”40″ (if they are not added, the width may be different) attributes to your <svg>
tag like it is shown: http://prntscr.com/m4n0qw
Then you will need to re-upload your icons in WordPress Dashboard.
I have viewed your screens, your SVG images are quite big for the menu and they do not have chiseled borders
5. > # 2
6. We cannot change the HTML structure. In most cases, correct SVG images are displayed properly.
7. Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-nav>li>a {
display: inline-block;
}
body .wd-nav-product-cat.has-product-count .wd-nav-img {
display: block;
margin: 0 auto;
}
8. You will find the answer here: https://prnt.sc/11ie1qn https://xtemos.com/docs/woodmart/product-category-menu/
Best Regards