• Hi
    If you visit the site, after selecting the language, at the header (top) part of the webpage, i want to remove the flags.

    example

    (australian flag)English
    (chinese flag) Chinese
    (korean flag) Korean

    is it possible to just have text? Thank you

    If not then can i change the image? I went to settings>language and changed the images there and even updated but does not seem to change?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi! Is there an area in your theme for custom css? You can try the following:

    .w-dropdown.source_qtranslate .w-dropdown-item-title {
    background-position: 0 50%;
    padding-left: 0px;
    }

    .qtranxs_flag_zh {
    background:none;
    }

    .qtranxs_flag_en {
    background:none;
    }

    .qtranxs_flag_KO {
    background:none;
    }

    This will remove the flags, and eliminate the padding on the left where they would sit. Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove flag at the header language switcher pages’ is closed to new replies.