I just downloaded the givewp plugin and I have a couple of questions.
1. I would like to have it styled like a regular button (like the ‘submit’ one i have on my home page)
2. I am also experiencing a glitch in the form field ‘support the cause’ where I am entering my name and email ’email’ and ‘name’ show up over the words I am typing.
How can I fix this??
Thanks!
Hey isaaccolavecchio,
1. Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .give-btn.give-btn-modal {
margin: 0;
padding: 16px 20px;
border-radius: 2px;
border: 2px solid #333 !important;
font-weight: normal;
font-size: 0.92em;
min-width: 142px;
outline: none;
background: transparent;
}
2. As for the glitch, try adding this in Quick CSS:
#top #give_purchase_form_wrap .give-fl-label {
display: none !important;
}
Hope this helps :)
Best regards,
Nikko
Thank you!
That worked perfectly!
Is there any way I can get the button to float in the center?? It is a little off.
Thanks
Hi,
Try this code in the General Styling > Quick CSS field:
#top.page-id-884 .avia-builder-el-3 {
display: flex;
justify-content: center;
}
This code is meant to only work on the one page, please let us know if you want it to work other pages.
Best regards,
Mike
Perfect thank you.
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You can close the topic.
thanks