Site logo

Archived topic

Language menu in top bar widget - Active language in different color

5 replies · Started by Marina on May 4, 2021

Viewing posts 1–6 of 6

Hi! I have included a language menu in the top bar widget and I would like the link of the active language to have a different color than the others, as long as that language is active (even if you jump through pages). Could you please help me?

Thanks in advance!

Hi there,

can you share a link to the site so i can take a look if thats possible.

Try adding this CSS:

#menu-language .current-lang a {
    background-color: #f00;
    color: #fff;
}

It works! Thank you so much

Glad to be of help

This archived topic is closed to new replies.