[Resolved] CSS for Language Toggle

Home Forums Support [Resolved] CSS for Language Toggle

Home Forums Support CSS for Language Toggle

  • This topic has 5 replies, 3 voices, and was last updated 2 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2174494
    Grant

    Hello,

    I have a multisite and have used a Hook in wp_head to create links to other sub-directories – different languages – in the multisite.

    I would like to make them look better with some CSS, including adding in a South African flag to each one. Please can you make some suggestions on how best to do this?

    Thanks,

    Grant

    #2174856
    Ying
    Staff
    Customer Support

    Hi Grant,

    Can you link us to your site so we can see your current settings?

    #2175203
    Grant

    Hi Ying,

    Sure you can access it here.

    #2175352
    David
    Staff
    Customer Support

    Hi there,

    if you’re happy using HTML then you could do something like this:

    <div class="language-selector">
        <div class="grid-container">
            <a href="https://iafrika.org/xh/"><img src="isiXhosa-flag.jpg" alt="isiXhosa language" width="40" height="40">isiXhosa</a>
            <a href="https://iafrika.org/tn/"><img src="Setswana-flag.jpg" alt="Setswana language" width="40" height="40">Setswana</a>
        </div>
    </div>

    the <div> elements are there to provide some containment and a language-selector class if you want for CSS styling.
    In each of then <a> you have an <img> tag that you will need to update the image urls and Alt tags for.

    #2188424
    Grant

    Works like a charm! Great support as ever, thank you!

    #2188425
    David
    Staff
    Customer Support

    Awesome – glad to be of help!

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