[ad_1]
I’d quite like a menu like this: https://paulsklarxfit.com on my website. Can it be done with elementor or is there another plug that is specifically for designing menus?
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
That seems like a pretty standard menu, most themes will come with something like that
Very standard, you’d just need a little bit of CSS to do the underline effects.
At it’s core, that menu is just like any menu WordPress offers.
Aside from changing the font-family, they also added some CSS to add a background image on hover.
It will take some CSS code to make the change, but it shouldn’t be too confusing to play around with. Some themes might have a slightly different class, but you’re probably going to end up with something like:
.navbar .navbar-nav > li.active > a.nav-link:hover {background: url(images/menu-active.png) repeat-x center bottom;}
They also use it for active links too.
You’ll have to play around with it in your theme, but that’s the jist of it.
Just active link with a css effect. Can be done with any builder or theme.
I think you can make it with a bit of sun, a magnifying glass and some straw and a little css sprinkles.