Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1482109

    In the destkop menu of my site the down arrow next to the WPML language selector is not showing somehow.

    Preview WPML Screen
    This is preview in <a href='http://bit.ly/kwpml' target='_blank' rel='nofollow'/ rel=WPML screen" />

    Code I see in Dev Tools
    <span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span>

    #1482558

    Hey envis,

    Thank you for the inquiry.

    That is the default style of the language switcher in the theme. If you need to add the submenu indicator, try to add this css code.

    #top #header .menu-item-language .dropdown_available {
        content: "";
        display: inline-block;
        margin-left: 0.6em;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid rgb(201, 201, 201);
        margin-top: 0.2em;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.