Skip to content

Instantly share code, notes, and snippets.

@necccc
Created October 24, 2018 09:16
Show Gist options
  • Save necccc/84b95f6a4a7e09d170194d9207f2c8b7 to your computer and use it in GitHub Desktop.
Save necccc/84b95f6a4a7e09d170194d9207f2c8b7 to your computer and use it in GitHub Desktop.
Tito Ticket overlay custom CSS messages
div.registration_billing_address_vat_number:after {
display: block;
content: "If you buy your ticket as an individial, or you don\'t have an EU VAT number, please enter a number 0 here";
width: 100%;
color: #777;
margin-top: 4px;
margin-bottom: 4px;
font-size: 12px;
}
div.registration_billing_address_address:after {
display: block;
content: "Please include your city, street name, number and zip code";
width: 100%;
color: #777;
margin-top: 4px;
margin-bottom: 4px;
font-size: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment