How to remove search boxes

Discussion in 'BizWay WordPress Theme' started by pauljw, Dec 23, 2014.

Thread Status:
Not open for further replies.
  1. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Paul,


    You can remove widget search bar from widget area.
    Header search bar will removed by below CSS code.
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .top-search {
    display: none;
    }
    Thanks & Regards
    Pramod
     
  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi Pramod,

    Thanks for getting back to me.

    I am having trouble seeing how to remove the search boxes via the widget area. Usually this is easy.

    At the moment my primary widget area has nothing in it and the secondary area has just the video widget and pages widget. Can you tell me what I am missing here please.

    Thanks
    Paul.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Paul,

    In primary widget area the by-default widgets are appearing.
    To remove this select a blank text widget on widget area without heading or text.

    Thanks & Regards
    Pramod
     
  5. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Thanks Pramod, well done :)
     
    Pramod likes this.
Thread Status:
Not open for further replies.

Share This Page