16 January 2020

How to fix woocommerce-rating-stars-bugs-sssss?




body.woocommerce .star-rating span::before {
  content: "SSSSS" !important;
  color: #e0b22f !important;
}

.woocommerce .star-rating span{
font-family:star !important;
}

.star-rating::before {
    color: #e0b22f;
}

No comments:

Post a Comment

How to add re-captcha v3 on all Elementor forms using coding?

 Add re-captcha v3 on all Elementor forms using coding add_action('wp_footer',function(){     ?> <script src="https://www...