Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #207810

    Without changing the color of fonts anywhere else. Is this possible?

    Thanks

    Jonny

    #207875

    Hey deyowulf!

    You can use this:

    #top .header_color input[type='text'] {
    color: blue;
    }
    
    ::-webkit-input-placeholder { /* WebKit browsers */
        color: red
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: red;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: red;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: red;
    }

    Cheers!
    Ismael

    #207886

    Thanks Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Color of Font in Search Bar’ is closed to new replies.