Menu and header custominization
-
Hello,
I want to make the same menu as in the picture on my site.
I want to make my menu similar to this menu.
I want to put a + icon instead of an arrow in the drop-down menu.
There is a search button at the top of my menu. I want to remove it like in the picture and write only menu.
I want to put different colored menu items at the bottom like in the attached menu.
I also want the line above where it says about hermes.
And there are lines between all the menu items on my site. I want to remove them.
Can you help me?
Attachments:
You must be
logged in to view attached files.
And ı want my search on my header like the picture I share with you. boxed
Attachments:
You must be
logged in to view attached files.
Hello,
1. Sorry but there is no option in Theme Settings available for that.
It requires customizations and this is beyond our limitations and support policy.
2. You can change the search layout from Woodmart >> Header Builder >> Edit the Header that you are using on the site >> Edi the Search widget >> from the style tab change the layout: https://ibb.co/GT3czpR
Best Regards.
How can i change the dropdown menu icon arrow to + and remove the line from the item ? can you help me
attachment here
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings > > Custom CSS >> Global CSS section:
.wd-nav-opener:after {
content: "+";
}
.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {
border-bottom: none;
}
Best Regards.