Styling 0:30 video

How to change the background color in dropdown controls

Learn how to change the background color in dropdown controls with SpreadsheetWeb. Follow focused steps, practical examples, and implementation guidance to…

To change the background color in dropdown controls;

  • Open Designer Interface,
  • Go to the ‘Stylesheet’ module.
  • Add a new stylesheet.
  • Enter the CSS rule for changing the background color in dropdown controls.
  • Save the stylesheet by clicking on the “Save” button.
CSS4 lines
.select2-chosen,
.select2-search,
.select2-results{background-color: cadetblue !important;
}