Visualize / Highlight Drop-Down Language Menu? | XM Community
Question

Visualize / Highlight Drop-Down Language Menu?

  • 18 May 2020
  • 1 reply
  • 4 views

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


1 reply

Userlevel 3
Badge +2

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