alejomejia
2/9/2018 - 2:12 PM

TheFox general styles

/* ··· GENERAL ··· */

#footer_bg{
  background-color: #de0101;
  background-image: url('http://localhost/horizontev/wp-content/uploads/2018/02/bg-footer.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#footer{
  text-align: center;
}

#footer_coms{
  padding: 15px 0;
}

/* ··· WOOCOMMERCE ··· */

/* Eliminar compartir en ciertas redes sociales en página de productos */

.single-product .woo-share-box #lin,
.single-product .woo-share-box #reddit,
.single-product .woo-share-box #tumblr{display:none;}

/* Caja de productos */

.product_box{
  padding: 0 !important;
  border: 0 !important;}

.product_box h2{
  font-size: 18px;
  line-height: 26px;
  padding: 1em !important;
  color: #f3f5e2 !important;
  background: #b1c708 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: .125em !important;}

.product_box h2:hover{
  color: #fff !important;}