Change menu dropdown background color for subpages

Discussion in 'HomeBuilder WordPress Theme' started by v4sb, Nov 6, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like to change the color of the dropdown menu for subpages to something lighter, so that the words pop out better - or even change the color of the font on the dropdown menu for subpages. Either way, just need the words to pop out better and remove the shadowing around the text in this menu area. See attached photo.[​IMG]
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site so that we can better assist you?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    smith likes this.
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    homesforsaleandrent.us (support has my login credentials already)
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please 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 {
        background: lightskyblue !important;
            color: red !important;
    }
    #menu .ddsmoothmenu li li a:hover {
        background: lightyellow !important;
    }
    Note: Change color as per your interest.

    Hope it will resolve your issue :)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page