How to change background color of a form's section.
Confluence User - 28 Aug, 2020
How to change the background color of a form's section.
- A Section is subdivided into Columns and how to change those colors.
- How to Change the color of individual fields not just the Label, but Label plus Text.
Tried using Custom HTML It does not work . Any help would be appriciated.
<style type="text/css">
.section1 {
border: 5px outset red;
background-color: black;
text-align: center;
}
</style>
forms;userviews