Home Forums WoodMart support forum Button waitlist

Button waitlist

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #594564

    s0mbrer0
    Participant

    Hi,

    We would like to change the color of the button ‘Leave waitlist’. Can’t see this option in Advanced button styles. Is there a way to change this?

    Thank you.

    #594765

    Luke Nielsen
    Keymaster

    Hello,

    Use the code below to change the bg color of the “Waitlist” button:

    .single-product .button.wd-wtl-unsubscribe {
        background-color: blue;
    }

    Kind Regards

    #594771

    s0mbrer0
    Participant

    Hi Luke,

    Can you please also give me the code if we need it to be bordered (black).

    Thank you.

    #594776

    Luke Nielsen
    Keymaster

    Hello,

    Here is a code with the border:

    .single-product .button.wd-wtl-unsubscribe {
        background-color: blue;
        border: 2px solid #333;
    }

    Kind Regards

    #594971

    s0mbrer0
    Participant

    Perfect thank you Luke. Can you help me with something else. I need some more padding above the ‘Out of stock’ text on the product page. Can you help me with a code for this?

    #595064

    Luke Nielsen
    Keymaster

    Hello,

    Here is a code for help:

    .single-product .summary-inner .out-of-stock {
        margin-top: 20px;
    }

    Thank you for your time and have a good day!

    Kind Regards

    #595072

    s0mbrer0
    Participant

    Thanks a lot Luke. Appreciate your help šŸ˜€

    #595074

    Eli
    Participant

    Hi,

    sorry to hijack this forum but Luke i am waiting for your answer ? Thanks.

    #595118

    Luke Nielsen
    Keymaster

    Hello,

    Always remember that you can reach out to us with any questions you may have.

    Thank you for your time and patience.

    Kind Regards

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Button waitlist’ is closed to new replies.