Remove search on navigation bar

Discussion in 'BizWay WordPress Theme' started by cbshanley, Aug 24, 2014.

  1. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    Can you please tell me how to remove the "Search" on the navigation bar?

    Thank you
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please 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. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    Thank you, would also like to make the navigation longer (width) so the menu items don't move to a second row.
    Thank you for your help
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Goto,
    Appearance ->editor ->header.php file
    click on file and make change shown in image.

    Thanks & Regards
    Pramod
     

    Attached Files:

  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use following CSS in Custom CSS and save all changes.
    Code:
    .container_24 .grid_sub_19 {
    width: 100%;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  6. citrine

    citrine New Member

    Joined:
    Sep 25, 2014
    Messages:
    4
    Likes Received:
    0
    I have tried adding this code and it's not working:

    .top-search
    {
    display:none;
    }
     
  7. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Citrine,

    Please provide us your live website URL and also provide screenshot to find us that what is your problem.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page