Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #130797
    JohnV
    Participant

    I’m trying to remove the search icon from the menu header, along with the search box that appears when the search icon is selected. I can’t locate the don’t display option in any theme settings, so I’m guessing this has to be done using some CSS code.

    Thanks
    John

    #130815
    Skandha
    Participant

    @JohnV: Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    #search-toggle, .search-field {
    display: none;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    #130816
    tikaram
    Keymaster

    @johnv : This option is available in theme options in Gridalicious Pro theme only. It can be done with custom css as well. Let me know what you would like to do.

    Regards,
    Tikaram

    #130848
    JohnV
    Participant

    Thanks for the code – all set. I think I’m going to upgrade to the pro theme just because it allows for other changes within the theme without knowing CSS code.

    Thanks again,
    John

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove the search icon and search box from menu area’ is closed to new replies.