I cant find the style of this css..

Discussion in 'ClassiCraft WordPress Theme' started by shyheim, Nov 4, 2014.

Thread Status:
Not open for further replies.
  1. shyheim

    shyheim Member

    Joined:
    Oct 8, 2013
    Messages:
    60
    Likes Received:
    1
    Hello, i am trying in every way to change the color of that style, i need to put black color instead grey.. How can i do ??
    Thanks..
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Go to Settings -> Theme Option ->Styling option ->
    Paste given code in custom css box.
    Code:
    ::-webkit-input-placeholder { color:#000; }
    ::-moz-placeholder { color:#000; } /* firefox 19+ */
    :-ms-input-placeholder { color:000; } /* ie */
    input:-moz-placeholder { color:#000; }
    Thanks & regards
    Pramod
     
  3. shyheim

    shyheim Member

    Joined:
    Oct 8, 2013
    Messages:
    60
    Likes Received:
    1
    Thank you so much Pramod !
     
Thread Status:
Not open for further replies.

Share This Page