rmk3245 Posted October 4 Share Posted October 4 hi. i am looking to change the white into black on this custom form box, and all of the text on this form white. my other code is for my shopping cart (it has a black background). With the shopping cart code, it makes the custom form box white lettering on a white background. looking to resolve this the easiest way possible, while preserving everything else on my site. thanks! Link to comment
Solution Lesum Posted October 4 Solution Share Posted October 4 @rmk3245 You can add this code snippet within the custom css panel: .sqs-modal-lightbox-content .lightbox-inner .lightbox-content { background: #000 !important; } .sqs-modal-lightbox-content .lightbox-inner .lightbox-content .lightbox-close { color: #fff !important; } .sqs-modal-lightbox-content .lightbox-inner .lightbox-content .form-wrapper .form-title { color: #fff !important; } .sqs-modal-lightbox-content .lightbox-inner .lightbox-content .form-wrapper .field-list .description { opacity: 1 !important; } rmk3245 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment