louk_sy Posted March 20 Posted March 20 Hello. I am looking for some knowledge regarding styling the lightbox popup form. I would like to know how to change the background colour, the text colours and fonts. Thank you
Solution tuanphan Posted March 20 Solution Posted March 20 To change form lightbox background, use this CSS code /* Form lightbox background color */ div.lightbox-content { background-color: #f1f !important; } With text color/font, which text are you referring to? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
louk_sy Posted March 20 Author Posted March 20 (edited) Worked! And I am talking about the label text. Name, email, etc. Edited March 20 by louk_sy
louk_sy Posted March 20 Author Posted March 20 also. whats the css for the form field colour? thank you in advance
tuanphan Posted March 25 Posted March 25 On 3/21/2024 at 6:55 AM, louk_sy said: also. whats the css for the form field colour? thank you in advance You can use this CSS code div.lightbox-content .field input { background-color: #f1f !important; } On 3/21/2024 at 6:25 AM, louk_sy said: Worked! And I am talking about the label text. Name, email, etc. Use this CSS code div.lightbox-content .caption-text, div.lightbox-content label { color: red !important; font-size: 30px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment