Customize the Vendr Link UI components to match the look and feel of your app.
/* Button Base Styles */.vendr-button{text-color:#ffffff;background-color:#007bff;border:2px solid #007bff;border-radius:8px;padding:14px28px;font-size:16px;font-weight:600;width:200px;height:50px;}/* Hover State */.vendr-button:hover{background-color:#0056b3;text-color:#f8f9fa;}
Want to customize your Action Link even more? You can also customize the appearance of the UI components using standard CSS styles. By leveraging CSS, you can integrate Vendr’s UI components into your application’s design while maintaining a consistent and intuitive user experience. Set CSS properties like fontFamily and text-color to broadly customize components appearing in your Vendr Link.
Vendr components expose class hooks for key elements, allowing you to style them directly with CSS. The layout of the UI component stays consistent, but you can modify colors, fonts, borders, padding, and more.
/* Button Base Styles */.vendr-button{text-color:#ffffff;background-color:#007bff;border:2px solid #007bff;border-radius:8px;padding:14px28px;font-size:16px;font-weight:600;width:200px;height:50px;}/* Hover State */.vendr-button:hover{background-color:#0056b3;text-color:#f8f9fa;}
/* Button Base Styles */.vendr-button{text-color:#ffffff;background-color:#007bff;border:2px solid #007bff;border-radius:8px;padding:14px28px;font-size:16px;font-weight:600;width:200px;height:50px;}/* Hover State */.vendr-button:hover{background-color:#0056b3;text-color:#f8f9fa;}