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

Visualize / Highlight Drop-Down Language Menu?

  • May 18, 2020
  • 1 reply
  • 8 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

Forum|alt.badge.img+2
  • Level 2 ●●
  • 99 replies
  • May 18, 2020

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;
}