Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #512570

    Is there a way to disable this without hacking core file?

    I have a custom search widget I made in the header to search specific CPT taxonomy, so the ajax function always returns nothing and gets in the way. Can that be removed, or, made to search a different location instead of posts?

    #512814

    Hi thatryan!

    Please go to Enfold theme options > Header > Extra Elements and uncheck “Append search icon to main menu”

    Regards,
    Yigit

    #857491

    Hey, this is not available in the latest version (4.1.2). How do you disable search now?

    #857507

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #header #menu-item-search {
        display: none;
    }

    HOpe this helps. :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.