DropDown Menu - Font Color Selection

Discussion in 'GeoCraft WordPress Theme' started by rdeshazer, Feb 9, 2016.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hi,

    When I select a link from the dropdown menu item, the Font turns grey after selecting. The font color should stay "black".

    Example: http://www.squirrlit.com/faq/
    1. Go to SQUIRRLIT on the menu
    2. Select FAQ
    3. Then go back to SQUIRRLIT on the menu and you will see FAQ is now grey not black.

    Thx
     

    Attached Files:

  2. 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 {
        color: black !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
Thread Status:
Not open for further replies.

Share This Page