Sample Custom CSS

Attached are a few sample custom css options for popular changes in our application.

Below are sample Custom CSS options for your landing pages and bidding site. Please note that our Account Management Team is not able to provide support for Custom CSS. This feature is provided as-is. All code samples should be placed in the Software Settings > Custom CSS code box.

Bidder Login: Welcome Title

.bidder-login h2::before {
font-size: 26px;
content: "Silent Auction"; /* << CHANGE THIS TEXT */
}
.bidder-login h2 {
font-size: 0px;
}
Welcome Text

Bidder Login: Below Welcome Header

.bidder-login p::before {
font-size: 20px;
content: "Welcome, please enter your phone to continue."; /* << CHANGE THIS TEXT */
}
.bidder-login p {
font-size: 0px;
}

Screenshot 2024-01-24 at 7.37.26 PM