Menu Dividers

Discussion in 'Blackriders WordPress Theme' started by mschultz33, Apr 20, 2015.

  1. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    Hi,

    Today when I checked my website. All my menu slash dividers were out of place. I installed a custom code to remove them completely that you guys sent me before but I'm just doing it for a temporary solution until this can be fixed.

    valoanalliance.com
    mortgagebranchconnection.com

    I placed this code in for now to remove but I would like to have those dividers back in the correct place, it's looks nicer. Thanks.

    #menu .ddsmoothmenu li a{
    background: none;
    }
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    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 {
      border-right: 1px solid rgb(223, 218, 218);
      }
    Hope it will solve your issue. Let me know if have further any doubts.
     

Share This Page