I have a simple question. I want to make the menu in Milend theme look like the menu in the Outlander theme. Specifically I would like to transform that small white line under the tittle to semi transparent rectangle from Outlander. What to do? I can't find the option in theme options.
Now to set a background on the menu item hover, please go to wp-admin>theme options>menu options>items And change the Main Item Active Background Color Value
Hi,
I have a simple question. I want to make the menu in Milend theme look like the menu in the Outlander theme. Specifically I would like to transform that small white line under the tittle to semi transparent rectangle from Outlander. What to do? I can't find the option in theme options.
Thank you so much.
Matej
Hello Matej,
To remove the underline effect, please go to wp-admin>theme options>custom css/js
And copy this code in the custom css field:
._milend_elementor .classic-menu:not(.mini):not(.responsive) #menu-main-menu>li:not(.logo)>a:hover {
border-bottom: 0;
}
Now to set a background on the menu item hover, please go to wp-admin>theme options>menu options>items
And change the Main Item Active Background Color Value
Thanks,
Alexandre from the Sonaar.io Crew