• I believe I am using current version of wp. Let me first say the calendar display is very nice and can be customized. Looks very good. Also, the admin panel is easy to use. Yes you only get two service types with the free version. I would also like to say that I want to use this plugin. But the paypal button which appears for paid services is unreadable. It’s a super light gray with white lettering and is very hard to read. On top of that, the paypal button appears once the client has just booked which is awkward. Thanks.

    Update: Okay – copied the css to make the paypal button more presentable. So I have updated the review to show 4 stars. I would like to see if the submit button could go directly to paypal instead of a 2nd button showing for payment. Thanks.

    • This topic was modified 7 years, 1 month ago by kc001.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hey @kc001,

    Thank you for your review and feedback. I just want to say that if you can share the screenshot to show us the which button you want to change I can help you with CSS codes to change the button style.

    Cheers,
    Oguz

    Thread Starter kc001

    (@kc001)

    Hi Oguz – Here is the link Screenshot to the screenshot. Let me know what I can do.

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hey @kc001,

    Hope you’re well.

    Thank you for the information. If you want to just make that button background black you can add this custom css to your site;

    .app_submit_btn{
    	background:#000 !important;
    }

    Or if you want to use same blue color with above button you can use this css code;

    .app_submit_btn{
    	background:#2e7bad !important;
    }

    I hope that helps!

    Cheers,
    Oguz

    Thread Starter kc001

    (@kc001)

    Hi Oguz – It worked! Thank you so much!

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hey @kc001,

    If you need any more help you can always open thread at support forum ??

    Cheers,
    Oguz

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Paypal Button unreadable and awkward’ is closed to new replies.