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

    Hello, I need my website in spanish and enclish and I am going to buy WPML.
    I would like to display WPML language switcher at the top of the page in the small menu or at the rightend of the main menu, something like “ESPAÑOL | ENGLISH”…is it possible?
    thanks!

    #229994

    Hey ftt123!

    Yes, by default our theme will display flags instead of the text but you can change the design easily. Insert this code into the custom css field:

    
    .avia_wpml_language_switch li .language_translated {
    display: block;
    }
    
    .avia_wpml_language_switch li .language_flag {
    display: none;
    }
    

    to hide the flag and to display the text instead.

    Cheers!
    Peter

    #230026

    thanks, and what about the place in which I would like to display: at the top of the page in the small menu or at the rightend of the main menu?

    #230680

    Hi!

    Position of language switcher can be repositioned using custom CSS code.

    Regards,
    Yigit

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