hshkolnick
Forum Replies Created
-
That solved it. Thank you again so much for your help!
Yes, #4 is now resolved. Thanks!
One last thing: Is there a way to get the dollar sign before the donation amount to be more aligned with the amount? Right now it sits slightly above, and on Safari the sides look like they are getting cut off slightly.
Also, as you can see on the page. There is a dollar sign box underneath ‘test content for donation’ that’s floating randomly. Can this be removed?
@webdevmattcrom Thanks for your help! Points 4-6 did not work. Any tips?
@webdevmattcrom the page should be live now. Let me know if you need anything else. I appreciate the help you can provide!
Hi Matt,
Yes—I’d still be interested in working with Give. I needed something to show the client I am working with as I’m working against a pretty tight deadline for this site, and hadn’t heard back about my request from last week. I will activate the plugin now so you can provide some CSS snippets that may work.
I appreciate your information upfront about the differences between Give and Donorbox, and am definitely willing to try this again provided I can get the correct customization! (I know a little about CSS but it was pretty challenging to make the modifications I need with this theme.)
Thanks!
Can someone please help me out with these fixes? I would really appreciate it.
More simply put, I want to override the CSS transition on the button, so that there is no transition or animation. I am not very familiar with CSS and have tried the following, in addition to what you said:
button#pirate-forms-contact-submit:hover { background-color: #8B2332 !important; transition: all 0s ease-in-out; transition-property: all; transition-duration: 0s; transition-timing-function: ease-in-out; transition-delay: initial; }with the original code being this:
.pirate-forms-submit-button { float: right; margin-right: 15px; color: #FFF !important; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }Please off a suggestion for how to remove the transitions when one hovers over the submit message button.
Hi Rodica,
Why do I need to install a separate plugin for custom CSS if I am working in a child theme? Should I not be able to add the code above to the child theme CSS file?
Anyway, it did not work. When I hover on the button there is still a white glow around the edges. Please offer another suggestion 🙂
Thanks!