Home Forums WoodMart support forum Dokan buttons different colour

Dokan buttons different colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #663970

    brinkcor
    Participant

    I’m using Dokan and the Get Support button is a different colour from the theme colours. I reported this to Dokan and they suggested I test the appearance with another theme. I tested with Storefront and the button displayed correctly. When I activate Woodmart it doesn’t display correctly. Can you please let me know how to fix this?

    Attachments:
    You must be logged in to view attached files.
    #664025

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    form.cart .dokan-store-support-btn {
        border-radius: var(--btn-accented-brd-radius);
        color: var(--btn-accented-color);
        box-shadow: var(--btn-accented-box-shadow);
        background-color: var(--btn-accented-bgcolor);
        text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
        font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
        font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
        font-style: var(--btn-accented-font-style, var(--btn-font-style, unset))
    }

    Best Regards,

    #664040

    brinkcor
    Participant

    Perfect, thank you!
    Can be closed.

    #664115

    Hello,

    You’re very welcome! If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

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

The topic ‘Dokan buttons different colour’ is closed to new replies.