zur Übersicht „Erlebnispakete“
Gruppen Halbtagesprogramme
Gruppen Tagesprogramme
Gruppen 3-Tagesprogramme
/* Product Page: Buchung to Anfrage */
.regiondo-booking-header> h1{
visibility:hidden;
}
.regiondo-booking-header> h1:before{
visibility:visible;
display:block;
content:“Anfrage“;
}
/* Product Page: Buchen to Anfragen */
.regiondo-intro-text{
visibility:hidden;
}
.regiondo-intro-text:before{
visibility:visible;
position:absolute;
content:“Wunschtermin auswählen und Erlebnis anfragen.“;
}
/* Checkout: Bezahlen to Anfrage absenden */
.regiondo-checkout.regiondo-checkout–payment .regiondo-button-checkout{
color:transparent!important;
}
.regiondo-checkout.regiondo-checkout–payment .regiondo-button-checkout:before{
color:#fff !important;
position:absolute;
content:“Anfrage absenden“;
}
/*Checkout: Barzahlung (vor Ort) to Bezahlung vor Ort */
.regiondo-checkout.regiondo-checkout–payment .regiondo-method–cash h3{
visibility:hidden;
}
.regiondo-checkout.regiondo-checkout–payment .regiondo-method–cash h3:before{
visibility:visible;
display:block;
position: absolute;
content:“Bezahlung vor Ort.“;
}
/*Checkout: Remove „Barzahlung vor Ort beim Anbieter“ */
.regiondo-checkout.regiondo-checkout–payment .regiondo-method–cash> div:nth-child(2){
display:none;
}
