Hi! I’m having an issue with the Contact Us widget. When typing in the form, both the font and background are white, and I haven’t been able to figure out how to change this, even when altering font/background colors. What could be the issue here?
contact us font color
emveidis24 Aug 10, 2016 · 10:55 pm #4405
Hi emveidis24
Thanks for reaching out. Please, could you send a link to your site and I’ll take a look at both questions. If you’d like to keep your site private, please enable the Set as private reply option when replying.
emveidis24 Aug 11, 2016 · 8:45 pm #4412
This reply has been marked as private.
Thanks for the update.
Please, go to Plugins > Add New and install Simple Custom CSS or a Custom CSS plugin of your choice. Then, go to Appearance > Custom CSS and insert:
/* Home */
.home.page-template-full-width-no-title .site-content > .container {
padding-top: 0;
}
/* Forms */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
background: #000;
}Let me know how that goes. Thanks 🙂
emveidis24 Aug 12, 2016 · 1:02 am #4415
Worked perfectly! Thank you so much!
Super, glad that did the trick 🙂
6 posts