Visualize / Highlight Drop-Down Language Menu? | XM Community
Skip to main content

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

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