• Resolved verityr

    (@verityr)


    Hi,

    I’m a newbie using your plugin. I set it up on my website. When a customer puts their info in to book appointment, a red button “Please click here to confirm this appointment” shows up. When the customer clicks on it, it looks as if nothing happens because a white/very light gray colored button appears but you can barely see it. The translucent button says “Please confirm payment for…..”. How can I change the color of this button so that it shows up?

    Thank you.

    https://www.ads-software.com/plugins/appointments/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey there verityr,

    How are you doing today?

    This should be possible to change with some custom CSS.

    Would you mind posting link to your site where I can see this and I’ll be happy to help ??

    Cheers,
    Bojan

    Thread Starter verityr

    (@verityr)

    The site is shut down right now until I get some issues fixed. I uploaded a screengrab to a cheap host for you:
    confirm link

    I managed to figure out how to turn the letters black instead of white so now at least the letters can be seen, but the button is still white. When you hover over it, it turns red.

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again verityr,

    Thanks for the screenshot, I knew which button you’re referring to I just wanted to see it on your site.

    I’ve tested this on my end by adding the following in Appointments -> Settings -> General -> Display Settings -> Additional css Rules:

    input.app_submit_btn {
        background: #ccc;
    }
    
    input.app_submit_btn:hover {
        background: #000;
    }

    First part will change the background color of the button and the second hover background color. You’ll have to replace color hex value to display another color.

    If you want to include color of the text as well simply add color property to those selectors.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter verityr

    (@verityr)

    Thank you very much, Bojan!

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Glad I could help ??

    Cheers,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘PLEASE CONFIRM PAYMENT FOR button’ is closed to new replies.