Reply To: Add social icon to wordpress navigation menu

Support Forums Cian – WP Theme Add social icon to wordpress navigation menu Reply To: Add social icon to wordpress navigation menu

#4575
CreaboxThemes
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