Skip to main content

Has anyone had luck with changing font colors on dropdown lists? i tried the script at this link (https://community.k2.com/t5/K2-Five/Conditional-style-drop-down/m-p/111765) with no luck and the format editor doesn't make the changes. I need all of the text in the dropdown to be red.

Hello  @nickrahn 


 


If you want to change the font colours on dropdownlist controls, please keep in mind that there are two classes, the set value and the dropdownlist value:


 



.theme-entry span {





  1. font-size: 11px;

  2. color: red;

















Reply