Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1462120

    Hi,
    i installed wpml in enfold. I removed the flags from header in enfold header > extra elements.
    1.) How to remove the box (in the background) from the dropdown language selection?
    2.) how can i reduce the space between the language selection (please see screenshot)?
    kind regards Jak

    #1462125

    Hey Jak73,

    Thank you for the inquiry.

    1.) Please add this css code to remove the background of the language switcher.

    .av-main-nav ul li.menu-item-language, .av-main-nav ul li.menu-item-language a, .av-main-nav .menu-item-language .sub-menu {
        background: transparent !important;
        box-shadow: none;
        border: none;
    }
    

    2.) To reduce the space between the language switcher and the active language, please include this css rule:

    .av-main-nav .menu-item-language .sub-menu {
        margin-top: -20px;
    }
    

    Best regards,
    Ismael

    #1462174

    Hi Ismael,
    this worked really nice!
    Thanks a lot!
    kind regards
    Jak

    #1462192

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1462211
    This reply has been marked as private.
    #1462252

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to remove dropdown box (in background)?’ is closed to new replies.