I am using WP Booking for my product, but the “book now” & “availability” buttons are missing (actually they are in very very light grey color) on mobile version. I use iphoneX Safari
Please advise the solution. Thanks.
I am using WP Booking for my product, but the “book now” & “availability” buttons are missing (actually they are in very very light grey color) on mobile version. I use iphoneX Safari
Please advise the solution. Thanks.
Hello Laura,
Can you try adding the following CSS to you customizer >> custom css box and let me know if this helps?
.wc-bookings-booking-form-button {
background: #5d55fa;
border-color: #5d55fa;
font-size: 30px;
line-height: 38px;
font-weight: 300;
min-width: 345px;
letter-spacing: 1px;
padding: 10px;
color: #ffffff;
text-transform: capitalize;
}
.wc-bookings-booking-form-button:hover {
background: #3525e6;
border-color: #3525e6;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
Ty