Home Forums WoodMart support forum How to change the font color of searches

How to change the font color of searches

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

    andy11010
    Participant

    How to change the font color of searches.

    Attached picture, search text, how to change color

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

    Luke Nielsen
    Keymaster

    Hello,

    With the help of the below code, you will change the color for the “search” text. Enter it to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .wd-search-full-screen .searchform .wd-search-inited::placeholder {
        color: #144A96;
    }

    If you have any more questions or come across any other issues, let me know, I’ll be happy to help.

    Kind Regards

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