gsamsmith
Forum Replies Created
-
Hi there,
It appears you’re one of our paid customers. The moderators of this forum require that all inquiries about paid products happen elsewhere. Please use our Priority Support page for your inquiry and we’ll get back to you very soon:
https://givewp.com/priority-supportThanks!
Hi there,
Just making sure this issue was resolved. Please let me know if there is anything else we can help with.
Hi there,
This question is regarding one of our paid add-ons. The moderators of this forum require that all inquiries about paid products happen elsewhere. Please use our Priority Support page for your inquiry and we’ll get back to you very soon:
https://givewp.com/priority-supportThanks!
Hi there,
If you float the
<ul>
list of donation levels left it will bring the “Donate Now” button up to the right. Then you will only need to add a little margin to the modal button to get everything lined up.Here’s the CSS I would use to make this happen:
#give-donation-level-button-wrap { float: left; } .give-btn-modal { margin-top: 6px; }
Give that a try and let me know how that works for you.
Thanks.
- This reply was modified 5 years, 6 months ago by gsamsmith.
Hi there,
You can find the ID of the category or tag by navigating to Donations >> Catagories/Tags.
Then select either the category or tag you wish to get the ID for.
Once selected, you’ll see the ID up in the URL. Here’s an example:
https://example.net/wp-admin/term.php?taxonomy=give_forms_category&tag_ID=28
In this instance, the id is 28.
Let me know if this answers your question. Thanks
Hi there,
To change the styling on the donate button you will need to use CSS.
The selector for the donate button is the id “give-purchase-button”
Here is an example of the code you would use:
#give-purchase-button { color: white; background-color: red; }
This would make the button text white and the button background red.
The code can be placed in either your theme’s style.css file or in the WP Customizer.
Let me know if you have any further questions and I’ll be happy to help.