Hey.
I want to increase the font in the Destination field of the Booking widget:
http://www.newyorkinspiration.com/boro-hotel-long-island/
Like the “Boro Hotel”
What code shall I add?
Thanks
Charlotte
to change the Boro Hotel text try…
#flexi_searchbox #b_searchboxInc #b_destination {
font-size:20px;
}
Thanks :)