background color of reservations widget
-
Hi there…is it possible to have a background color for the reservations widget? I have been able to get the background of the title to change, but the form itself is still white.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following should get you on your way (I used a bright red color for demo purposes).
#reservations-3 { background: #FF0000; width: 100%; } .widget_reservations .contact-form { background: none; }
- The topic ‘background color of reservations widget’ is closed to new replies.