• Resolved hanskranz

    (@hanskranz)


    Hi there,

    your Plugin is so wonderful!!!!

    But there might be a small issue with the sent button. I cannot change the font and i cannot change the colour of the font. The background does, but not the font itself.

    Would you please check that?

    Thank you again!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Gaucho Plugins

    (@gauchoplugins)

    Hi @hanskranz

    Thanks for reaching out 🙂

    The best thing I can suggest for a quick fix is to use some custom CSS, as it can sometimes be the theme or other plugins causing conflicts. Without site access (which we are not allowed to request or access based on wp.org policies), I wouldn’t be able to definitively identify the conflict.

    Please use a custom CSS plugin (I like Simple Custom CSS and JS) along with this code (filling in your desired font). I suggest using ChatGPT to optimize this code if needed, as the font family identified can have varying formatting requirements.

    [data-payment-page-component=payment-form]>[data-payment-page-component-payment-form-section=form]>[data-payment-page-component-payment-form-trigger=submit] {
    font-family: 'desired-font' !important;
    }

    If this code doesn’t work, let me know and I can suggest alternatives. Please let me know if I can help with anything else.

    Cheers,

    Brandon

    Thread Starter hanskranz

    (@hanskranz)

    Hi,

    this code doesnt work, but i found and created one which works.

    But thats via CSS and there should still be an issue in your background.

    And the opacity for the background colur is also not changeable…

    Greetings

    Plugin Contributor Gaucho Plugins

    (@gauchoplugins)

    The button is by default “inactive” until the payment details are filled in, which causes the color to be grayed out and therefore a little lighter until active. You could attempt custom CSS on that as well, as we don’t have a method for adjusting that color in the settings at this point.

    I’ve taken note of it for future consideration, however.

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

The topic ‘The Sent Button does not change’ is closed to new replies.