3) How to style your text area element in Formtitan using CSS

Опубликовано: 29 Октябрь 2024
на канале: Titan | Salesforce Forms | Salesforce Doc Gen
2,212
9

Would you like to modify your text area element in Formtitan, perhaps you don't want to do them individually and would like to save time. We will show you how to use CSS and modify this to match your branding. Please use CSS script below to modify your text area:

.Form textarea.TextArea { /*TextArea*/
font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
font-size: 16px;
background: black;
color: white;
border-style: solid;
border-width: 1px;
border-radius: 1px;
border-color: #FFD700;
}

To find out more head over to https://formtitan.com/