[Resolved] Changing the color of the area where you begin typing in the search bar

Home Forums Support [Resolved] Changing the color of the area where you begin typing in the search bar

Home Forums Support Changing the color of the area where you begin typing in the search bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1026592
    Elizabeth

    When I go to type something into the search bar, the text seems to be a bit lost. Wondering how to change the color of the search bar.

    #1026833
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS to change the background color and its opacity:

    .navigation-search input[type="search"] {
        background-color: #fff;
        opacity: 1;
    }
    #1033187
    Elizabeth

    thanks!

    #1034122
    David
    Staff
    Customer Support

    Happy to help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.