Reply To: Problem with Menu Item

Support Forums Cian – WP Theme Problem with Menu Item Reply To: Problem with Menu Item

#5199
CreaboxThemes
Keymaster

Hi Sumit,

if you want to add an external link to the menu, you have to follow the next steps:

  1. Create a custom link in the page Appeareance > Menu
  2. Load the website and copy the ID of the menu link. You have to read the source code to get it:
  3. Go to the page Appearance > Theme Options > Custom Scripts, and type the next code in the option Custom JS. With this code you will disable the function ScrollTo for this link:
    jQuery("#menu-id").removeClass("scrollTo");

This question is explained in the documentation.

Regards