Different font colours on booking page

Everything related to your website and the Beds24 widgets
Post Reply
annedawn
Posts: 24
Joined: Fri Mar 02, 2012 1:48 pm

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?
Annette
Posts: 25
Joined: Mon Mar 05, 2012 12:35 pm

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.
Post Reply