coronan Posted November 19, 2020 Share Posted November 19, 2020 Site URL: https://luxuryelements.design/contact Hello everyone, I have two forms, one on the Contact Us page, and one in the footer. I've added custom css so that the footer's form input text is white, however, that also affected the form on the Contact Us page. How can I edit JUST the form in the Contact Us page so that the input text is black? Thanks! Link to comment
tuanphan Posted November 19, 2020 Share Posted November 19, 2020 Which code did you use? 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
coronan Posted November 19, 2020 Author Share Posted November 19, 2020 @tuanphan this is what I have in my CSS right now: .form-wrapper input { width: 375px; height: 2px; background-color:rgba(255,255,255,0) !important; color: #fff !important; } Link to comment
tuanphan Posted November 20, 2020 Share Posted November 20, 2020 Edit above code to this footer.Footer .form-wrapper input { width: 375px; height: 2px; background-color:rgba(255,255,255,0) !important; color: #fff !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!) Link to comment
coronan Posted November 20, 2020 Author Share Posted November 20, 2020 @tuanphan thank you! that worked perfectly. Link to comment
tuanphan Posted November 21, 2020 Share Posted November 21, 2020 On 11/20/2020 at 10:14 AM, crnangyn said: @tuanphan thank you! that worked perfectly. Do you want to adjust width of some columns on tablet footer? 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 November 21, 2020 Share Posted November 21, 2020 Hey Crnangyn, You asked good question. I was also looking for a solution to this question. I have also got an answer because of your question. So So Thanks! Link to comment
coronan Posted November 21, 2020 Author Share Posted November 21, 2020 7 hours ago, tuanphan said: Do you want to adjust width of some columns on tablet footer? Oooh yes, please! I’ve been optimizing for tablet, but it looks more squished on your screen than on mine. Link to comment
coronan Posted November 21, 2020 Author Share Posted November 21, 2020 39 minutes ago, niaziinnocent said: Hey Crnangyn, You asked good question. I was also looking for a solution to this question. I have also got an answer because of your question. So So Thanks! Of course! I’m glad you found it helpful! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.