Page 1 of 1

Different font colours on booking page

Posted: Wed Mar 07, 2012 3:05 pm
by annedawn
I have a dark background and white font for my bookingpage but a light form colour. How can I change the colours
of the font colour of the selectors?

Re: Different font colours on booking page

Posted: Wed Mar 07, 2012 3:06 pm
by Annette
Add the following code in the custom code in the General Style settings for Property, Room or Association:
.selector {
color: #2f2f2f;
}

.button {
color: #2f2f2f;
}

Instead of 2f2f2f you can use any other six-character hex colour code.