Hi, wondering would be it be possible to add a custom button to the enfold navigation menu similar to a login in button.
thanks in advance
Hey ste_thumbs!
Thank’s for using our theme.
There is an action hook:
do_action('ava_after_main_menu');
that allows you to echo HTML code right after the <nav> closing tag of the menu.
Cheers!
Günter
Hi Günter
Thanks for the reply good to know its possible, havent used action hooks much with wp.
would i add that action to the function.php file ?
and would i then need to add some custom css to add my html code after the <nav>
Hey!
You can add a new link in Appearance > Menus. Then you can customise it using menu item ID as following
#menu-item-5995 { color: red !important; background-color: black !important; }
You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg
Regards,
Yigit
ive been trying to use this plugin to get the effect client wants ( custom image button in navigation menu ) https://wordpress.org/plugins/menu-image/ but there seems to be a conflict with enfold. any suggestions ?
thanks in advance