Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1295862

    Hello Support,

    I want to place my items like my wpml.org, Dutch German Italiaans Serbian Spaans in a menu.
    I understood that it was possible only by this code here under.

    is that a matter of copy paste in the CSS?
    I am not so good at that?

    Hope to hear.

    Regards Hans Kapteijn

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab if you would like to remove langauge switcher from header meta section

    #header_meta .avia_wpml_language_switch { display: none; }

    If you would like to remove the one in main nav and move the on the header meta to closer to social icons

    #header_main .menu-item-language { display: none; }
    #header_meta .sub_menu { float: right; margin-right: 15px; }

    Best regards,
    Yigit

    #1295899

    and you do not have this on your WPML Settings ?

    The Menu Language Switcher : “Add a …
    Try that to get into main menu your switch.
    To get rid of the header_meta you got the right instruction :

    #header_meta .avia_wpml_language_switch {
        display: none;
    }
    #1295963

    Hello Guenni007,

    I understood i had to Enfold my theme but maybe your right i will try it.

    Regards Hans Kapteijn

    #1296260

    Hi Hans,

    Thanks for the update, please let us know if you should need any further help on the topic. Thanks @guenni007 for helping out :-)

    Best regards,
    Rikard

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