Solid line instead of dashes around menu

Discussion in 'Infoway WordPress Theme' started by moorwa, Nov 20, 2013.

  1. moorwa

    moorwa New Member

    Joined:
    Apr 29, 2012
    Messages:
    11
    Likes Received:
    0
    Location:
    Washington, NC, USA
    Is there a way to change the dashes around the top menu to a solid line?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    .menu_bar{
    background:none;
    border-top:1px solid black;
    border-bottom:1px solid black;
    }
     

Share This Page