• Resolved jthigpen

    (@jthigpen)


    After a recent update, I am now seeing an extra arrow underneath the dropdown. It only shows up when it’s in secondary nav (current location) and set to simple dropdown.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    You have the following custom rule in /wp-content/themes/ifdc/css/_header.scss file:

    #header #menu-secondary .menu-item-gtranslate:after {
        content: "\f078";
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        pointer-events: none;
    }

    This is adding the additional arrow icon.

    I have noticed that it doesn’t work when you switch the language. Looks like you are adding special effects on the dropdown with something called “chevron dropdown”. You will need to avoid that or do it properly.

    Thanks! 🙂

Viewing 1 replies (of 1 total)

The topic ‘Extra Arrow Showing Up’ is closed to new replies.