Replies: 1
Good Day,
We’re using Avada and your custom shortcode to add a dropdown language translator to our website.
In the back end, the current (active) language is highlighted, but in the front end it is not. It appears Avada is overriding your CSS rule for this effect.
The only way we could fix the above was to add the following CSS rule to your plugin’s Custom CSS box: (we added !important
to your baseline CSS rule)
a.glink.gt-current-lang {font-weight: bold!important;}
At your next convenient plugin revision, can you kindly update your code to reflect the above? It will help fix not only our issue (with Avada), but perhaps with other themes as well.
Thank you!