Home Forums WoodMart support forum How to fade the text color of the search bar?

How to fade the text color of the search bar?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #629114

    huaileiwang
    Participant

    As shown in my screenshot, the color of the words “Search for products” is too dark, so customers can’t see the cursor and don’t know where to enter text.
    How can I make the color of “Search for products” lighter?

    Attachments:
    You must be logged in to view attached files.
    #629402

    Luke Nielsen
    Member

    Hello,

    Try to use the code below:

    .wd-search-full-screen .s::placeholder {
        color: blue;
    }

    Define the code in Theme Settings -> Custom CSS.

    Kind Regards

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