How can I change just one part of placeholder?
Here is my html:
<div class="col-md-4">
<p class="form-row form-row-wide">
<input type="email" class="input-text" name="email2" id="reg_email2" placeholder="Retype email: *" value="" />
</p>
</div>
I need just to change *
to red...