Site logo

Archived topic

Easy Digital Download buttons

5 replies · Started by Joachim on December 4, 2017

Viewing posts 1–6 of 6

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

You're right. It works. Thanks!

No problem!

This archived topic is closed to new replies.