Drop Down Menu Color

Discussion in 'Cloriato WordPress Theme' started by bat42001, Jul 14, 2014.

  1. bat42001

    bat42001 Guest

    Joined:
    Jul 10, 2014
    Messages:
    35
    Likes Received:
    0
    I need to change the color of the text in the drop down menu only to black, how do I change that?
     
  2. bat42001

    bat42001 Guest

    Joined:
    Jul 10, 2014
    Messages:
    35
    Likes Received:
    0
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li li a{
    color:red!important;
    } 
    Inplace of "red" put your color code.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page