Remove Menu Dividers

Discussion in 'Local Business WordPress Theme' started by bwdaugherty, Dec 27, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would like to remove both the vertical and horizontal menu dividers. Please advise. Thanks
     

    Attached Files:

  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:
    #menu .ddsmoothmenu li a
    {
    margin:0;
    }
    Thanks & Regards
    Pramod
     
  3. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    thanks but that does not remove the horizontal red line above the menu. See attached:
     

    Attached Files:

    • g.png
      g.png
      File size:
      12.8 KB
      Views:
      5
  4. 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:
    #menu .ddsmoothmenu li
    {
    padding:0;
    }
    .menu_bar{
    border-top:none;
    }
    .header
    {
    border-bottom:none;
    }
    Thanks & Regards
    Pramod
     

Share This Page