Home Forums WoodMart support forum Placeholder-Produtsuche in Farbe Grün dunkel

Placeholder-Produtsuche in Farbe Grün dunkel

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #430480

    Oettchen
    Participant

    Hallo Freude,
    ich würde gerne den Text im Feld “Placeholder” das Wort Produktsuche in der Farbe schwarz haben.
    Könnt Ihr mir eine Lösung geben?

    Vielen Dank

    #430481

    Oettchen
    Participant

    Hier noch das Screenshot

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

    Luke Nielsen
    Keymaster

    Hello,

    Here is a code for changing the placeholder, enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .wd-header-search-form .searchform .s::placeholder {
      color: black;
    }

    If you’d like to contact us, we are here for whatever questions you may have.

    Kind Regards

    #430656

    Oettchen
    Participant

    Hallo,

    Warum wird die Farbe bei mobilen Geräten nicht übernommen?

    #430659

    Luke Nielsen
    Keymaster

    Hello,

    Here is a custom for the mobile search.

    .mobile-nav .searchform .s::placeholder {
      color: black;
    }

    Don’t hesitate to let me know if you need any further help or any other info.

    Kind Regards

    #430681

    Oettchen
    Participant

    Vielen Dan! Frohe Weihnachten!

    #430688

    Luke Nielsen
    Keymaster

    Hello,

    If there’s anything you need, please write me or another member of our help desk team.

    We’re here for you! Merry Christmas!

    Kind Regards

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

The topic ‘Placeholder-Produtsuche in Farbe Grün dunkel’ is closed to new replies.