AdrianaMaz Posted March 6 Share Posted March 6 (edited) Hello! I am trying to change the input color from black to white. • When actively typing, the box changes to a white background with black text. (Attachment 1) • When clicked off, text stays black (attachment 2) • Screenshot of the code (attachment 3) **There's nothing yet for text CSS, just the box borders** GOAL: HOW DO I GET RID OF THE WHITE BOX AND HAVE IT ALL BE A TRANSPARENT BOX WITH WHITE TEXT? https://www.adrianamaz.com/contact Edited March 6 by AdrianaMaz more info Link to comment
Solution tuanphan Posted March 8 Solution Share Posted March 8 Add to Design > Custom CSS div#block-yui_3_17_2_1_1677969528966_1875 input { background-color: transparent !important; color: white !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
AdrianaMaz Posted March 9 Author Share Posted March 9 @tuanphan LIFESAVER! Thank you 🙏 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