- Form Title
- Form Text
- Submit button
- Thank you message
- Lowercase Date Placeholders
Styling the CSS
To change the styling of the Birthday Sign-up Form on your Order Status Page, you will need to go to Settings > Birthday Sign-up Form within Happy Birthday:
This is where you will add your CSS to change the style of the Birthday Sign-up Form.
Birthday sign-up form CSS styles
Form title
#hb-app h2.os-step__title {
color: #b491d3 !important;
}
Form text
#bd_text {
color: #29c257 !important;
}
Submit Button
#hb-app button#bd_submit_button:enabled {
background-color: #29bc9c !important;
}
Thank You Message
#hb-app #bd_thank_you {
color: #00cc00 !important;
}
Lowercase Date Placeholders
To change the DD MM YYYY placeholders to lowercase in the date input fields, use the following CSS:
#hb-app #bd_form input {
text-transform:lowercase;
}
Here is how the form will look once submitted with the CSS override styles:
Please note, the default grey colour of the Submit button in the birthday sign-up form is to show that the button is disabled. The button will be enabled once the customer has entered their date of birth and we recommend that you leave the default styling in place for the disabled button state.
You can, of course, change the styling of other elements within the form. Just take a look at the HTML elements and the associated class names or IDs and then add the relevant styling to the
Need any help?
If you don't have CSS/HTML skills or a developer that can help you with the styling of the Birthday Sign-up Form and you'd like us to take a look, then please do get in touch and we'll do our best to get the styling right for you.