Featured Property Cards, Status and Links Color

Design Template: Producer
 avatar
Jfelizardo
plain_text
10 months ago
1.1 kB
6
Indexable
CSS Color Theming
/*START - Change link colors */
div.redesign.featured-properties-section ul.slick-links-nav {
  span.spacer {
    background-color: #000;
  }
  li span.link {
    color: #000;
    border-color: #000;
    &:hover:not(.slick-disabled) {
      color: #670038;
    }
    &:before {
      background-color: #670038;
    }
    &:after {
      background-color: #555;
      color: #555;
    }
  }
}
/*END - Change link colors */

/*START - Card property theme*/
div.redesign.featured-properties-section ul.featured-properties {
  div.slick-track li.featured-properties__item-cover {
    span.featured-properties__label {
      background: #670038;
      color: #fff;
    }
  }
  .featured-properties__item {
    background-color: #C3BEBE;
  }
  .featured-properties__text {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #C3BEBE;
    p {
      color: #000;
    }
    h4 {
      color: #000;
      text-transform: uppercase;
    }
    h5 {
      color: #000;
    }
  }
}
/*END - Card property theme*/
Editor is loading...
Leave a Comment