Dropdown menu text colour

Discussion in 'GeoCraft WordPress Theme' started by rogerb, Jan 11, 2013.

Thread Status:
Not open for further replies.
  1. rogerb

    rogerb Active Member

    Joined:
    May 8, 2012
    Messages:
    481
    Likes Received:
    33
    Is there some css I can add to make the text wording in a drop down menu black - at the moment its more of a charcoal as doesn't have any impact.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Geocraft Settings > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited{
    color:black;
    }
     
  3. rogerb

    rogerb Active Member

    Joined:
    May 8, 2012
    Messages:
    481
    Likes Received:
    33
    Thanks Gourav, works well and gives the menu real impact when it drops over the page!
     
Thread Status:
Not open for further replies.

Share This Page