Remove 3 x search boxes on right hand side

Discussion in 'BizWay WordPress Theme' started by comtel, Nov 10, 2016.

  1. comtel

    comtel New Member

    Joined:
    Oct 11, 2016
    Messages:
    1
    Likes Received:
    0
    Good Afternoon

    We are very happy with the theme but would just like it if we could disable or hide the search function on the right hand side.
    I am no coder but I should be bale to have a hack at it.

    Thanks Steve
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Steve,

    Thanks for liking our theme,

    If you want to hide the search form from the menus then, you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options
    Code:
    .top-search {
        display: none;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page