javascript - Change text with CSS -
i'm trying change text script generated 3rd party.
<select class="crm-webform-input" name="lead_uf_crm_1478349480" id="lead_uf_crm_1478349480" style=""> <option value="" style="">not selected</option> <option value="54">mere end 30.000 kr.</option> </select>
i'm trying change value "not selected".
my code here: (site in danish)
i can't control script, css.
anyone knows how can change text?
maybe using :before :after or smth?
you can't.
css allows style page (colors, font size, etc.) only.
Comments
Post a Comment