Reply To: Can I create a new single "Features" page?

Support Forums Cian – WP Theme Can I create a new single "Features" page? Reply To: Can I create a new single "Features" page?

#4686
CreaboxThemes
Keymaster

Hi,

  1. If you want a link to other page, you have to include the next code in the option Custom JS, in the page Appearance > Theme Options > Custom Scripts:
    jQuery('#menu-item-8074').removeClass('scrollTo');

    It is explained in the documentation.

  2. You have to use the layout One Page.
  3. You can add them in the features options page. Add the tag in the title or description.
    <a href="http://www.link.com">Visit link.com</a>

Regards