Hi! I would like to edit the label for the discount code input form and the size of the inout field. I’ve been able to target the position with custom css but not the width of the field and label. I found this in the php files:
The code you listed is for changing the input field label:
function promo_label($label) {
$label = "My New Promo Label";
return $label;
}
add_filter('FHEE__EED_Promotions___add_promotions_form_inputs__ee_promotion_code_input__html_label_text', 'promo_label');
The support post ‘Discount code input field customizing’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.