Is it possible to have the underline show on certain items of the main menu and not display on others using the Enfold Theme.
I have a menu where some of the menu item wording has been replaced by an image using html. On these options I would like to hide the underline state, but on the standard worded items have the underline display as normal.
Hey paulsimo0!
We can give you some CSS to hide them. Send us a link to your page and let us know which links your wanting to hide it on.
Cheers!
Elliott
Hi Elliott
The link to the web page is http://www.giveforothers.co.uk/enfold/
It is currently only at the very early stages of becoming a webite.
The images showing the Facebook icon, Twitter icon, Enter now button an Price increase image all without the underline on hover or active state.
The wording links Home, Community, FAQ, Volunteer, Results, Contact all with the underline on hover or active state.
Also is it possible to have the images displayed centrally with the wording instead of the bottom edge of the images lining up with the wording
Thank you
Paul
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li#menu-item-450 .avia-menu-fx, li#menu-item-451 .avia-menu-fx, li#menu-item-444 .avia-menu-fx, li#menu-item-452 .avia-menu-fx {
display: none;
}
.avia-menu-text img {
position: relative;
top: 20px;
}
Cheers!
Yigit
Brilliant, that works perfectly.
What a great theme and great support, thank you so much.
Regards
Paul
Hey!
You are welcome, we are always happy to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit