Icon problem on menu-item-has-children
-
There is one main menu item with children. It displays a placeholder for an icon but I can only get a ▼ to display when hovered, active or when it is an ancestor. This is my additional CSS
.main-navigation ul li.current-menu-item.menu-item-has-children > a::after, .main-navigation ul li.menu-item-has-children > a:hover::after, .main-navigation ul li.menu-item-has-children, .main-navigation ul li.current-menu-ancestor.menu-item-has-children > a, .main-navigation ul li.current-menu-ancestor.menu-item-has-children > a::after { content: ' ▼'; }
Can you help me to get the down arrow to display under all circumstances, please?
The page I need help with: [log in to see the link]
- The topic ‘Icon problem on menu-item-has-children’ is closed to new replies.