• Hi guys! Great plugin ??

    I’m having a little issue with being able to alter the CSS of the buttons to match my site. I’ve found the following code within give.css, altered it as necessary and added it to my child theme.

    `.give-btn {
    background: #1ba9c5;
    color: #fff;
    padding: 8px 10px;
    cursor: pointer;
    line-height: 1.2em;
    font-size: 1em; }
    .give-btn:hover {
    background: #168aa1; }`

    It hasn’t changed anything. I also changed it within the plugin to see if that would work, but it didn’t either.

    I’m using a Genesis theme. Is there a snippet I’ll need to add somewhere or something? Perhaps you can assist!

    (I’m sorry the site is currently unavailable to look at as it’s being built via a proxy server, which is a pain in the butt! Basically all I’d like to change is the colour of the text and buttons globally so the forms blend in nicely with the style of the site).

    Many thanks.

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

    (@webdevmattcrom)

    Unfortunately, there’s nothing I can do to help diagnose that problem without seeing the form live. When you’re able to provide a live link to the form so I can see the issue I’d be more than happy to help troubleshoot that.

    You might also try to confirm that those styles are entered into your CSS WITHOUT those “carat” (e.g. ` ) symbols before and after the curly brackets, that will break the CSS code for sure.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS For Buttons Not Changing Style’ is closed to new replies.