Dear community,
I wanted to ask you if you if there is a possibility to Change the visualization of the language Drop-Down Menu? Maybe highlighting it with a Symbol? I was assuming to fing this in the "look&feel" menu but did not find anything. Do you have an idea Maybe?
Thanks a lot and Kind regards!
CW
Page 1 / 1
In Look & Feel, Style, Custom CSS, add the following:
#Q_lang{
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
background: yellow;
border: 2px solid red;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.