Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #249119
    travisname
    Participant

    When you click on the search bar for this theme, the input text is black, now if you were to leave it alone and click outside of it the text fades to a grey color.

    How do you change the black text to the color of the faded text?

    Either this is a bug or an oversight.

    #249137
    tikaram
    Keymaster

    @travisname: Login to your WordPress admin. Go to Appearance => Customize => Additional css and add the following css.

    input[type="search"]:focus {
    	color:rgba(0,0,0,.6) !important;
    }

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Input focus: oversight or bug?’ is closed to new replies.