Menu Bar Slashed Not In Right Place

Discussion in 'Blackriders WordPress Theme' started by mschultz33, Mar 16, 2015.

  1. mschultz33

    mschultz33 Member

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

    I used css sprites to combine images in the style sheet. And it through off the "slash" marks dividing the pages in the menu bar. What can I do to fix this?

    Attached is a screen shot

    website is www.mortgagebranchconnection.com
     

    Attached Files:

  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    You can use the code it will remove the slashes:

    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{
    background: none;
    }
    Regards,
    Sameer
     

Share This Page