Flamingo inventory theme CSS

Updating the style of the Flamingo theme requires that you add some CSS. Below, we have written and labelled CSS for the Flamingo sidebar theme. Put this CSS in a CSS box that won't get overwritten by a theme or plugin update.


/* FLAMINGO CUSTOMIZATIONS */

/* LEFT/RIGHT MARGIN */
div#cardealerpress-inventory {
margin: 0px 25px;
}

/* SIDEBAR CONTENT */

/* SIDEBAR LABEL COLORS */
.side-search-item-label {
background-color: #000;
}

/* PAGINATION */
.page-controls .previous {
border-right: 10px solid #000;
}
.page-controls .next {
border-left: 10px solid #000;
}

/* "VEHICLES (COUNT)" */
#side-search-count {
background-color: #000;
}

/* MOVE TEXT SEARCH TO CENTER */
input.text-input.input-action.input-search {
margin-left: 30px;
}

/* TEXT SEARCH BORDER */
#side-search-text input.text-input {
border: 2px solid #000;
}

/* INVENTORY SECTION */

/* CTA BUTTON */
.price-item.price-form {
background-color: orangered;
}
.price-information a {
background-color: #190F74;
}

/* HEADLINE BACKGROUND-COLOR */
.inventory-vehicle-headline {
background-color: #000;
}

/* PAYMENT COLORS & SIZE */
.price-item.price-loan-payment {
color: #000;
background-color: #fff;
font-size: 150%;
}

/* DROPDOWN FORM CENTER - BACKGROUND-COLOR */
.inventory-vehicle-inner-bottom-container {
background-color: lightblue;
margin: 0px 20px;
padding: 0px 300px;
}

/* INVNETORY FONT */
#inventory-wrapper {
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 20px;
}

/* SIDEBAR FONT SIZE & COLOR */
.side-search-item-dropdown {
font-size: 80%;
color: #000;
}

/* BOTTOM BORDER COLOR */
#side-search-container {
border-bottom: 4px solid #000;
}