Become a Vendor - by UAE0786 - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 2 years, 6 months ago ago by Rose Tyler

  • Avatar: UAE0786
    UAE0786
    Participant
    September 23, 2021 at 04:21

    Become a Vendor

    Please, contact administrator
    for this information.
    3 Answers
    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

    Avatar: UAE0786
    UAE0786
    Participant
    September 27, 2021 at 07:47

    .

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2021 at 10:26

    Hello,

    Change this line of code https://prnt.sc/1tt5r0k to

    line-height: 1.5;
    width: 100%;

    and add the next code:

    .wcfmmp_become_vendor_link {
        display: inline-flex;
        width: 100%;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.