1
2
3
4
5
6
7
8
9
10
11
Previous
Next
.twc-malidc-sign-up h1 ~ h3 {
visibility : hidden;
}
.twc-malidc-sign-up h1 ~ h3::before {
content : 'To buy and access our audiobooks, please create an account first.';
display : block;
visibility : visible;
}
.twc-malidc-sign-up .twc-malidc-sign-up-password-confirm ~ div {
visibility : hidden;
}
.twc-malidc-sign-up .twc-malidc-sign-up-password-confirm ~ div::after {
content : 'Thank you for creating an account. See you on the other side!';
display : block;
visibility : visible;
}