Hi !
Is it possible to make different headers menu on targeted pages ?
For example :
– On Page 1 : menu 1
category 1 – category 2 – category 3
– On Page 2 : menu 2
category 4 – category 5 – category 6
Thank you !
Regards,
Franck
It works great ! Thank you Josue.
Just a little question. I’d like to have my menu in bold style and with split bars between the categories (like in your example on Enfold settings : http://www.sphere-evenements.com/barreseparation.jpg) How can I do this please ?
Cheers !
Franck
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li > a span.avia-menu-text {
border-right: 1px solid #e2e2e2;
padding-right: 20px;
}
Best regards,
Yigit
Thank you Yigit it works but I don’t want a split bar at the end (like the example), just between the categories, how can I do this please ?
Thanks !
Franck
Sorry but I can’t because I work on local mode :(
Hey!
Please try adding following code to Quick CSS
.av-main-nav > li:last-child > a span.avia-menu-text {
border-right: none;
}
That should do it :)
Cheers!
Yigit
Cool it works :)
However, there is an issue with the plugin Josue has sent me. In fact, the search icon can’t be displayed in the header when the plugin is activated. Maybe a conflict in between the 2 php codes.
Actually, I don’t need the search icon in my header so it’s ok :)
Thanks a lot for your help !
Franck