Frequently Asked Questions
Preciseform - background color make select, range and other field transparent
Insert the following css into Editor > color > custom CSS
/* preciseform transparent item */
precise-form .item {
background-color: transparent;
}
/* preciseform transparent select */
precise-form .item-select select {
background-color: transparent;
}
/* preciseform transparent item */
precise-form .item {
background-color: transparent;
}
/* preciseform transparent select */
precise-form .item-select select {
background-color: transparent;
}
Help Topics:
Last Updated 4 years ago