Resolved

contact us font color

Ultra Theme started by emveidis24 Aug 10, 2016 5 replies
emveidis24 Aug 10, 2016 · 10:55 pm #4405

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?

Andrew Misplon Puro Aug 11, 2016 · 8:39 am #4407

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.

Andrew Misplon Puro Aug 11, 2016 · 9:21 pm #4414

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!

Andrew Misplon Puro Aug 12, 2016 · 1:15 pm #4417

Super, glad that did the trick 🙂

6 posts