test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • joomdude808 Friend
    #191346

    How would I change the Search Placeholder (Search…) text color to #FFF?

    Please provide instructions (CSS, HTML, etc.)

    Thanks in Advance 🙂

    Ninja Lead Moderator
    #508872

    My solution will help you to change Search Placeholder Text Color

    Open templates/ja_argo/css/custom.css file

    Add new script


    input::-webkit-input-placeholder { /* WebKit browsers */
    color:#FFF;
    }
    input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#FFF;
    }
    input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#FFF;
    }
    input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#FFF;
    }

    joomdude808 Friend
    #508983

    Thank you 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  joomdude808 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum