Edit Bonus Coupone to be always displayed
-
Dear Sir/Madam,
how can I configure the settings, that the field for entering the bonus coupone will be always displayed without clicking on the hide/shown field.
Also how can I edit the styling of the apperance of the shown coupne field like font size/ button color ect…
Warm regards, Vlad
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .checkout_coupon {
display:block!important;
}
Best Regards