CSS for Booking Button

This topic contains 4 replies, has 2 voices, and was last updated by  Leslie Brashear 3 years, 11 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #38017

    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
    #38021

    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
    #38025

    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
    #38036

    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
    #38037

    Worked beatuifully! Thank you!!

    Leslie Brashear
Viewing 5 posts - 1 through 5 (of 5 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.