[Resolved] Invisible text boxes

  • Author
    Posts
  • #11033

    Andrew Misplon
    Keymaster

    Hi Danny

    Sorry I missed this question. Sure, try the following at Customize > Additional CSS:

    input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    	border-color: red;
    }
    
    input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
    	border-color: blue;
    }

    Adjust the standard and active state color as you’d like. The defaults are: #ebebeb and #d9d9d9

    #11067

    danny weiss
    Participant

    Worked like a charm, thank you so much!! And sorry for the late reply.
    in case I have more issues, can I post them here or should I open new threads? I just discovered an error on the checkout page (I use Woocommerce) that can’t be replicated with other themes.

    #11068

    Andrew Misplon
    Keymaster

    Super 🙂 Glad that helped.

    If you could open a new topic for a new question, that would be awesome, it really helps anyone looking for help later on.

    Thanks

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

You must be logged in to reply to this topic.

Scroll to top