Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1270403

    Hi There!

    Can you help me with a code to get rid of the flags in the top bar?

    View post on imgur.com

    Here in the photo you see which flags I would like to delete.

    thanks!

    #1270408

    Your site obviously has changed, but you can use the following CSS:

    nav.sub_menu {
        display: none;
    }
    #1270541

    Hi,

    Thanks for helping out @cherrmann :-)

    If that CSS doesn’t work then please try this instead:

    #header_meta .avia_wpml_language_switch {
      display: none;
    }

    Best regards,
    Rikard

    #1270564

    thanks, worked perfectly as always!
    appreciate your support a lot.

    #1270576

    Hi mirotck,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Disable WPML Language Flags in Top Section’ is closed to new replies.