Main Menu Queries

Discussion in 'BizWay WordPress Theme' started by eangel, Feb 25, 2013.

  1. eangel

    eangel New Member

    Joined:
    Feb 25, 2013
    Messages:
    1
    Likes Received:
    0
    Hi,

    Can you let me know how I go about:

    1) removing the search from the menu bar
    2) changing the colour of the menu bar as I want teal which is not one of the template options.

    Many thanks
    Belinda
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    1) Go to the Appearance > Editor
    and remove code as shown in image.

    [​IMG]


    2) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .menu-container {
    background: teal;
    }
     

Share This Page