Styling 0:44 video

How to change the background color in textbox controls

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

To change the background color in textbox controls;

  • Open Designer Interface,
  • Go to the ‘Stylesheet’ module.
  • Add a new stylesheet.
  • Enter the CSS rule for changing the background color in textbox controls.
  • Save the stylesheet by clicking on the “Save” button.
CSS1 line
input {background-color: aliceblue !important;}