How to make menu style like this website ?
-
Hi ,
How to make menu style like this website ?
in categories will show products item qty and have dropdown also same
https://luftgekuhltparts.wouwfactor.com/shop/
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the Product widgets in the sidebar and set these settings: https://ibb.co/t4gG82t
Best Regards.
Thanks , but my widget is not same as your screen shot
Attachments:
You must be
logged in to view attached files.
Hello,
You need to install classic widgets plugin to achieve like his:
https://wordpress.org/plugins/classic-widgets/
Best Regards.
hi , have 2 problem
1) menu item is not in one line and make the menu charcter in 2 line
2) no have dropdown icon
2 photo on attached
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL I will check and give you a possible solution.
Best Regards.
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.categories-accordion-on .widget_product_categories .product-categories {
width: 200px;
font-size: 12px;
}
For the categories drop down add the sub categories of the category then it will show the drop down.
Best Regards.