Okay
  Public Ticket #995861
Changing search close button color
Closed

Comments

  •  2
    Terry Ann started the conversation

    Hello,

    I am trying to change the color of the close "X" button in the search pop-up. When I click the search icon to show the pop-up, the "X" button is white in the upper right hand corner and very difficult to see on the white background. I have tried multiple times to write CSS targeting this button but it will not change color for me.

    I'd appreciate your advice.

    Thanks so much,

    Terry Ann

  •  3,030
    Andrew replied

    Hi Terry,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    body.ascend #search-outer #search #close a span {
        color: #000!important;
    }

    Please let me know if there are any more questions that I may answer for you :)

    Cheers!