CSS problems – Please add more CSS options
-
Hi,
I’m using your pluging version 2.2.8. with an AVADA Theme v7.6.1. I have some CSS problems regarding the plugin colors for background, text, etc..
When I use for background color: #385c94 and for text color: #ffffff
the text in the “Check-In” and “Check-Out” fields is displayed in WHITE, but the field background is also WHITE. Therefor you can’t see the date values!On the other hand, when I use for background color: #385c94 and for text color also: #385c94 the text in the “Check-In” and “Check-Out” field is readable displayed, but then the headline is not readable, because it has the same color as the background.
I was able to solve the problem with some custom CSS code, but of course that’s not optimal.
#flexi_searchbox h2 {font-size: 1.8em !important;} #b_searchCheckInDate, #b_searchCheckOutDate {color: #385c94;} #checkInDate_h4, #checkOutDate_h4 {color: #385c94 !important;}
It would be practical if you could also define the following CSS values in the plugin settings:
– the size of the headline
– the color of the headline
– the background color of all form fields (incl. checkbox)
– define the text color of all form fields (incl. checkbox)
- The topic ‘CSS problems – Please add more CSS options’ is closed to new replies.