Editing booking form style css, HOW?
-
Okay, this is driving me crazy for days now. How do I get rid of the border on cs-booking-form !? Ofcourse I searched for support already and tried many things but nothing seems to change it’s layout. (I’m using version 1.4.2)
Few of the things I found and tried In custom css:
.booking-form {
border: none;
}and
.cs-booking-form {
border: none;
}and
.rtb-booking-form fieldset {
border: none;
}But NO result. I tried custom css in the theme options aswell changing the plugins css (in restaurant-reservations/assets/css/booking-form.css) – But NOTHING seems to affect the booking/reservations form.
ps: not only the border, but none of the styling on the booking form seems to be editable. I would like to change some more colors too, but the border is important for me now).
See my example here: http://lievelente.nl/nieuw123/reserveren/
ANY HELP WOULD BE VERY HELPFUL! Thanks in advance
ps: I’m using it in this theme: http://themeforest.net/item/nuvo-restaurant-cafe-bistro-wordpress-theme/9001349
The topic ‘Editing booking form style css, HOW?’ is closed to new replies.