hi, is it possible to change the font color of the registration field.not the inside color. just the color of the headings.now as it is, its hard to read. i’d like to turn the fonts to white
.ea-bootstrap.bootstrap { background: #008B8B; color: #778899; /* lightslategrey */ }
.step.final{ background-color : #20B2AA; /* lightseagreen */ color: #F0F8FF; }
/* #008B8B; /* GREEN */ /* #66CDAA; /* mediumaquamarine */ /* #20B2AA; /* lightseagreen */
/* Comment * .step.final{ color: #db4605 !important; }
*/
/* * .ea-bootstrap .ui-datepicker .no-slots, .ea-bootstrap .ui-datepicker .no-slots:hover { background-color:rgba(163,163,117,0.5); color: #fff; cursor: default; }
.ea-bootstrap .ui-datepicker { border: 1px solid #209221; box-shadow: 0 0 8px rgba(32,146,33,.6); }
*/ /*Now you can change “background-color:” to following Value for Dark-Grey:
Hex: #A9A9A9 RGB: rgb(169,169,169,0.5)
.ea-bootstrap.bootstrap {
background: #008B8B;
color: #778899; /* lightslategrey */
}
.step.final{
background-color : #20B2AA; /* lightseagreen */
color: #F0F8FF;
}
/* #008B8B; /* GREEN */
/* #66CDAA; /* mediumaquamarine */
/* #20B2AA; /* lightseagreen */
/* Comment
*
.step.final{
color: #db4605 !important;
}
*/
/*
* .ea-bootstrap .ui-datepicker .no-slots, .ea-bootstrap .ui-datepicker .no-slots:hover {
background-color:rgba(163,163,117,0.5);
color: #fff;
cursor: default;
}
.ea-bootstrap .ui-datepicker {
border: 1px solid #209221;
box-shadow: 0 0 8px rgba(32,146,33,.6);
}
*/
/*Now you can change “background-color:” to following Value for Dark-Grey:
Hex: #A9A9A9
RGB: rgb(169,169,169,0.5)
*/