fbpx
Skip to content
Questions & AnswersCategory: QuestionsHow to make current selected language bold
Andreas Wendelboe asked 6 years ago
I would like to make the currently selected language in the dropdown menu bold, so that the visitor knows exactly which language they've selected. My language menu
1 Answers
sandra answered 6 years ago

Hi Andreas,
I’ve done it on my site by adding it to the .languagewrapper .language.active a part of the footer code injection. As you can see below I’ve used specific weights, but you can use normal and bold for fonts that aren’t available in all weights.

.languagewrapper .language.active a {
color:black;
font-weight: 400;
}

.languagewrapper .language a {
padding:5px 5px;
text-decoration: none;
color:black;
font-family: “Oswald”!important;
font-weight: 300;
}

We use cookies

We use cookies for various things on our site, including our on-site chat bubble (if you use it), our comment forms (if you use them) and for session handling (if you log in).

Other than that, we use cookies to identify where traffic came from to help us understand which traffic turns into sales, we use a cookie for Google Analytics traffic analysis and we use a cookie to customise adverts for our own products we think you'll be interested in.

You can read more detail in our privacy policy page. Please click 'Accept' or 'Decline' to continue.