• Resolved lbdaal

    (@lbdaal)


    Hi! Is it possible to change send button color and also text tipography for the form wihout using css? If it’s only possible through CSS, can you help me and explain wich parameters should I change?

    Thank you very much in advance,

    Lluís

    https://wordpress.org/plugins/booking/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Its possible only inside of the CSS.
    You can add this CSS to the calendar skin file, which you was selected on the General Booking Settings page (the calendar skins located in the ../booking/css/skins/ folder). Or you can add this CSS to the ../booking/css/client.css file

    You can change send button color by adding this css to the bottom of one of those CSS files:

    .booking_form input[type="button"],
    .booking_form input[type="submit"] {
     background-color: #ccc;
    }

    You can apply the CSS to the entire booking form, by using this CSS:

    .booking_form {
     ... YOUR CSS HERE ...
    }

    Thread Starter lbdaal

    (@lbdaal)

    Ok perfect, thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change send button and form tipography’ is closed to new replies.