Hi,
at the page below I seperated the menu-links at my horizontal main menu with vertical lines but the last line on the right (between “Kontakt” and the right desktopside) should be not seen. How can I do this?
Thanks for your help!
Regards
wordmax
Hi wordmax!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li#menu-item-3507 a {
border: none;
}
Regards,
Yigit
Thanks Yigit,
it works great. Just a little question for the future. How can I modify the used css
if the vertical lines on this site should only have the height of the text of the menu-links and not the height of the header?
Thank you,
wordmax
Used css at the moment:
.av-main-nav > li > a { border-right: 1px solid #e2e2e2;}
li#menu-item-3507 a {border: none;}
Hi!
Please change your code to following one
.av-main-nav > li > a > .avia-menu-text { border-right: 1px solid #e2e2e2; padding-right: 13px; }
li#menu-item-3507 a > .avia-menu-text { border: none; }
Best regards,
Yigit
Hi, it works nearly perfect. But is it possible, that the vertical lines are centered between the menu-links like before?
Thank you
Regards,
wordmax
Perfecto Yigit, now it looks great.
Thank you very much for your help!
Regards,
wordmax
Hi!
You are welcome, glad we could 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