How to delete the menu red color?

Discussion in 'BlogSpring WordPress Theme.' started by sunlons, Dec 9, 2014.

  1. sunlons

    sunlons New Member

    Joined:
    Dec 1, 2014
    Messages:
    8
    Likes Received:
    0
    Pls see attached.
    Every stylesheet has this red color, which is not good looking at all.
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li > ul li > ul
    {
    background-color:none;
    }
    #menu .ddsmoothmenu li ul li ul
    {
    background:none;
    }

    Thanks & Regards
    Pramod
     
    sunlons likes this.

Share This Page