Archived topic
Easy Digital Download buttons
5 replies · Started by Joachim on December 4, 2017
Hi Tom,
I am unable to figure out how to have the buttons in EDD inherit their style from GeneratePress.
Settings/Styles/Default Button Color/Inherit doesn't seem to work.
Can you help me out?
Thanks!
Joachim
Hi there,
EDD actually add its own style for the button to overwrite GP's style.
To make it like the Let me know button below, try this CSS:
.edd_purchase_submit_wrapper .edd-add-to-cart.button {
color: #ffffff;
background-color: #6772ef;
border-radius: 0;
border: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks Leo! Added it through Simple CSS. However, that doesn't seem to work. Any thoughts on what I should do differently? Best, Joachim
Looks like it's working to me? https://s33.postimg.org/4g2agf3qn/2017-12-05_0809.png
You're right. It works. Thanks!
No problem!