Sorry for the late turn around, we can get overwhelmed sometimes by the number of tickets.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Hi Salient,
I've tried long and hard to change the styling of some elements of this form to look like attached, but have not been able to do so.
I'm trying to give the form a class called "dark-form" and then change the underline colour and submit button colour. See attachment for reference.
Here is an example of the code I used in the Salient theme options:
.dark-form body[data-button-style="rounded"].ascend .container-wrap input[type="submit"], body[data-button-style="rounded"].ascend .container-wrap button[type="submit"] {
color: #ffffff !important;
}
.dark-form body[data-form-submit="regular"] input[type=submit] {
background-color: #000000!important;
}
Unfortunately, no lock.
I've had an even more difficult time finding the css to edit the underline colours of the labels.
Thanks for the help.
Hey Again,
Sorry for the late turn around, we can get overwhelmed sometimes by the number of tickets.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thank you. That worked. :)