[Resolved] contact us font color

  • Author
    Posts
  • #4405

    emveidis24
    Participant

    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?

    #4407

    Andrew Misplon
    Keymaster

    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.

    #4412

    emveidis24
    Participant
    This reply has been marked as private.
    #4414

    Andrew Misplon
    Keymaster

    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 🙂

    #4415

    emveidis24
    Participant

    Worked perfectly! Thank you so much!

    #4417

    Andrew Misplon
    Keymaster

    Super, glad that did the trick 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Scroll to top