[Resolved] Easy Digital Download buttons

Home Forums Support [Resolved] Easy Digital Download buttons

Home Forums Support Easy Digital Download buttons

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #441365
    Joachim

    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

    #441385
    Leo
    Staff
    Customer Support

    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/

    #442264
    Joachim

    Thanks Leo! Added it through Simple CSS. However, that doesn’t seem to work. Any thoughts on what I should do differently? Best, Joachim

    #442286
    Leo
    Staff
    Customer Support
    #447503
    Joachim

    You’re right. It works. Thanks!

    #447801
    Leo
    Staff
    Customer Support

    No problem!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.