Support › Forums › Cian – WP Theme › Add social icon to wordpress navigation menu › Reply To: Add social icon to wordpress navigation menu
June 1, 2015 at 1:20 pm
#4575
Keymaster
Hi serena,
for example, if you want the menu item ‘contattaci’ will open in a new tab, you have to add the next code in the option Custom JS, in the page Appearance > Theme Options > Custom Script:
jQuery('#menu-item-294').removeClass('scrollTo');
This is solution is explained in the documentation, in the section Theme Option Panel > General.
Regards