Menu header item wrong color

Discussion in 'Photomaker WordPress Theme' started by kbarnold, Jul 1, 2014.

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

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    Hi Guys,

    I am trying to streamline my menu by using drop-down menu items (see attached screenshots). The main menu item "MENU" is just a group header and does not link to a page. For some reason it is black color instead of white like the other menu items. When you hover over MENU, it turns white and expands to show submenu items. Is there a way to make MENU always be white like other items? http://qriweb.com/demo/photomaker-restaurant

    Thanks.
     

    Attached Files:

  2. 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:
     li#menu-item-102 a {
    color: #fff;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. kbarnold

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    Thanks Gourav. That fixed it.
     
Thread Status:
Not open for further replies.

Share This Page