Reply 303258 to: Become a Vendor

Avatar: Olga Barlow
Olga Barlow
Support staff
September 23, 2021 at 15:17

Hello,

Do you want to style that link like a button instead of a simple link? Add the below code to Theme Options > Custom CSS

.wcfmmp_become_vendor_link a {
    background-color: #f4626a;
    border: 1px solid #f4626a;
    color: var(--et_btn-dark-color);
    height: auto;
    -webkit-text-fill-color: currentColor;
    text-transform: uppercase;
    font-size: .85rem;
    text-align: center;
    line-height: 1;
    padding: .75rem 2.2rem;
}
.wcfmmp_become_vendor_link a:hover {
    background-color: #222222;
    border: 1px solid #222222;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.