Guest Posted March 11, 2021 Share Posted March 11, 2021 Site URL: https://www.packvc.com Hi All, I am using an image for my background and i need to include a form on that page. I am making the background a solid color and want to update the text font to contrast with the color chosen for the background of the form. I have been able to find ways to change the form text colors, but not the form response text colors. You can see this circled in red on the attached image. Here is my custom CSS to get the changes so far: .form-block { /* block background color */ background-color: #5D428F; } .form-wrapper .field-list .title { font-size: 10px; color: #FFFFFF; letter-spacing: .15em; text-transform: uppercase; } .form-wrapper .field-list .field .caption { font-size: 9px; color: #FFFFFF; letter-spacing: .15em; text-transform: uppercase; } .form-wrapper .field-list .description { font-family: YOURFONTFAMILY; font-size: 10px; color: #FFFFFF; letter-spacing: 0em; } .form-wrapper .field-list .select { font-family: YOURFONTFAMILY; font-size: 10px; color: #FFFFFF; letter-spacing: 0em; } .form-wrapper .field-list .field .field-element { background-color: #fefefe; border: 1px solid #515151; border-radius: 0; } .form-wrapper .field-list .field .field-element { border-style:solid; border-width:1px; border-color:#7B666A; border-radius: 20px; background: #ffffff; } .form-wrapper input[type="submit"] { background-color: #000000; } Link to comment
tuanphan Posted March 12, 2021 Share Posted March 12, 2021 Hi. Where is form? 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!) Link to comment
Guest Posted March 12, 2021 Share Posted March 12, 2021 https://www.packvc.com/linkedin Link to comment
tuanphan Posted March 28, 2021 Share Posted March 28, 2021 On 3/13/2021 at 12:50 AM, KenHoren said: https://www.packvc.com/linkedin Add to Design > custom CSS /* option color */ .option * { color: white; } 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.