I am wondering if anyone has some good CSS for the “book” button. I use Divi so something that would fit the style of the site better would be great. It’s looking a little ancient 🙂
Leslie Brashear
Hi Leslie,
I’m not that familiar with the Divi theme, but if you can link to the site, I can provide some suggestions.
Stephen Harris
This is the site.
https://alert.dsites.us/
Exact match would be fantastic but at least something closer to the look of the site would be better.
Honestly the whole booking form could better match the site. It’s a little rough.
Leslie Brashear
Hi Leslie,
The plug-in applies only very minimal styling to allow the theme to style it and to make it easier to style. The following should improve the integration with your theme:
.eo-booking-field input,
.eo-booking-field textarea{
background-color: #eee;
width: 100%;
border-width: 0;
border-radius: 0;
color: #999;
font-size: 14px;
padding: 16px;
}
.eo-booking-button{
cursor:pointer;
color: #d9c887 !important;
border-radius: 3px;
border:none;
background-color: #1e3b7f;
font-size: 20px;
font-weight: 500;
padding: .3em 1em;
line-height: 1.7em !important;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
border-radius: 3px
transition: all .2s;
}
Stephen Harris
Worked beatuifully! Thank you!!
Leslie Brashear