Drop down menu color

Discussion in 'Real Photography WordPress Theme' started by appleguy, Aug 21, 2015.

  1. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    How do I change the drop down menu color? Thanks.
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu .ddsmoothmenu li ul {
            background: blue;
                 }
    
    Note:- Here I have custom set the color to 'Blue'. Please change the color accordingly.

    Hope it will resolve your issue :)

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    Thanks perfect, how can I make the menu text white?
     
  4. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    That's a very easy task to be accomplished.

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    ul.sub-menu li a{
    color: red !important;
    }
    
    Note:- Please change the color accordingly.

    Hope it will resolve your issue.

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page