Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi there,

    That’s definitely not the way you want to change the styles of your Give forms. Can you give me a link to where you are doing this and I can guide you to how you can do that? Thanks!

    Thread Starter funeral

    (@funeral)

    Sure the link is ap3pclan.com/donate

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    OK, here’s what I would suggest:

    1) Install a Custom CSS plugin to handle all your custom CSS styles. If you already have Jetpack installed on your site, enable their Custom CSS Module and use that. If not, then I highly suggest Custom Modular CSS (https://www.ads-software.com/plugins/modular-custom-css/)

    2) Once you have that setup, add these custom CSS Styles:

    #give-recurring-form, form.give-form, form[id*=give-form]{
     color: #fff;
    }
    form.give-form span.give-currency-symbol,
    form.give-form span.give-donation-total-label {
    color: #333
    }

    Let me know how that goes. Thanks!

    Thread Starter funeral

    (@funeral)

    had to do it for the legend as well but that worked thanks!

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Sounds good, glad it worked out.

    If you’re enjoying Give and have appreciated our Support, we’d love you to leave a kind review. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘cant get css to come through?’ is closed to new replies.