Labeling menu item that contains dropdown submenu

Discussion in 'Figero WordPress Theme' started by rostin, Mar 29, 2013.

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

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Hi
    I'd like to add a white triangle to the right of menu items that contain dropdown submenu as shown in picture below. I appreciate your help in advance.
    My theme is Figero Pro.
    figero-drop.png
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
     
  3. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Hi Gourav,
    I found this code that worked in Figero and Colorway themes.
    Not sure about other themes.

    #menu li > a:after {
    color: #ffffff;
    content: ' ▾';
    }
    #menu li > a:hover:after {
    color: #444;
    content: ' ▾';
    }
    #menu li > a: only-child:after {
    content: '';
    }

    Thanks
     
Thread Status:
Not open for further replies.

Share This Page