Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1147572

    Hi, I entered this code:

    :: - webkit-input-placeholder {
        color: red;
    }
    : -moz-placeholder {/ * Firefox 18- * /
        color: red;
    }
    :: - moz-placeholder {/ * Firefox 19+ * /
        color: red;
    }
    : -ms-input-placeholder {
        color: red;
    }

    to change those of the placeholders, but it doesn’t always work.
    See image: https://monosnap.com/file/12zzKRElLmoTjURBQL183FeCQ24exV
    https://monosnap.com/file/7Tp5wHlzKXob9GxMWdK47p8oB5TJIX

    Thank you for your support

    #1147681

    Hey Manuela,

    I can’t see a contact form on that page, I see one in a popup when I click “Find a mentor”, but I can’t see the problem in there?

    Best regards,
    Rikard

    #1147723

    Corrected in pop-up, the problem is in the “I prefer my session to be:” field is a select no a text.
    you can see another example in WhyLea->Our Team the last item “Join us”
    Thank you.

    #1147822

    Hi,

    Thanks for that. Please try this CSS as well:

    #top .main_color input[type='text'] {
      color: red;
    }

    Best regards,
    Rikard

    #1147830

    I have added the code, but nothing changed.
    I cleaned the cache also.

    • This reply was modified 5 years, 1 month ago by famarinu.
    #1147968

    Hi,

    I added the code to the top of Quick CSS and it’s applying fine.

    Best regards,
    Rikard

    #1147973

    Thank you.

    #1148290

    Hi,

    You are welcome. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.