HOMELAND THEME
A Beaver Builder child theme for real estate sites.
This is the CSS I added to my site to change the colour.
Note: some CSS selectors (.fl-node 5a40f55ce4727) will be site specific.
Beaver Themer was used to change the property listings page.
/* David's Custom CSS
----------------------------------------------------------- */
.fl-page .fl-page-content .listing-badge .featured-listing
{
background: #DD9933;
}
.fl-page-content .property-features I
{
color: #DD9933;
}
.fl-page .fl-page-content .fl-page-content .property-features I
{
color: #DD9933;
}
.fl-page-content .property-features li {
font-weight: bold;
}
.fl-page .fl-page-content .fl-page-content .property-offer-type
{
background: #DD9933;
color: #FFF;
}
/* Price - effects both the singular post and the price over the image listing*/
.fl-page .fl-page-content .price
{
color: #DD9933;
font-size: 28px;
}
/* Price -one image listing*/
.listing .property-price .price
{
color: #FFFFFF;
}
.property-offer-type {
background: #DC9833;
color: #fff;
}
.fl-page .fl-page-content .fl-node-5a4e0f55ce427 .searchsubmit
{
background-color: #DC9833;
color: #FFFFFF;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: none;
}
.fl-page .fl-page-content.fl-node-5a4e13c6ca006 > .fl-row-content-wrap
{
background-color: #f7f7f7;
}
.fl-page .fl-page-content .fl-post-grid-image A:before
{
background-color: #DD9933;
}
/* Slider arrows */
.fl-page-content .slick-prev, .slick-next {
background: #DD9933!important;
}
/* Search Listing Module - hover over options */
.nice-select.open .list li:hover{
background-color: #eeeeee !important;
}