This topic has 4 replies, 3 voices, and was last updated 3 years, 1 months ago ago by Rose Tyler
Become a Vendor
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
.
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
You must be logged in to reply to this topic.Log in/Sign up