Colors of submenus?

Discussion in 'GeoCraft WordPress Theme' started by dedieo62, Mar 8, 2015.

  1. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello,

    1) How to change the color of the background for sub-menus or children's menus: I do want another background color than grey...

    2) And how to change color of text in submenus like 'Tarifs Visites Virtuelles' ?

    Is there a way to do theses changes with custom css code?

    See capture below:
    changing-color-submenus.JPG
    Sincerely Yours,
    Dedieo62
     
  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 li a,#menu .ddsmoothmenu li li a:hover
    {
    background:red;
    color:green;
    }
    Thanks & Regards
    Pramod Patel
     
  3. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Cool!

    Thanks a lot Pramod!

    Regards,
    Dedieo62
     

Share This Page