dmbox Posted September 6, 2019 Share Posted September 6, 2019 I have added a File Request Form here: https://www.digitalmediabox.com (select Upload from Menu) and have added a background color to the section. I need to have the form background white. My Custom CSS does not seem to work: upload-section { background-color: #57bb63;} dropzone { background-color: #fff;} Thanks in advance for your assistance.dmbox Link to comment
tuanphan Posted September 6, 2019 Share Posted September 6, 2019 @dmbox Add to HOME > DESIGN > CUSTOM CSS form#dropzone-form { background: #fff; } 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
dmbox Posted September 6, 2019 Author Share Posted September 6, 2019 Thank you tuanphan, but this did not work: upload-section { background-color: #57bb63;} form#dropzone-form { background: #fff;} Link to comment
dmbox Posted September 6, 2019 Author Share Posted September 6, 2019 I have updated my CSS to this: upload-section { background-color: #57bb63;}.dropzone { background: #fff !important;}div#dropzone { background-color: #fff !important;}form#dropzone-form { background-color: #fff !important;} But it still does not work, I believe it's the Style Sheet's use of 'Transparent' for the form / div background and I do not know how to over-ride it. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.