I’ve tried to use the following css code
.woocommerce p.stars span a:before,
.woocommerce-page p.stars span a:before {
content: “\53”;
font-family: “star”;
opacity: 1;
visibility: visible;
}
.woocommerce p.stars span a,
.woocommerce-page p.stars span a{
opacity: 1;
visibility: hidden;
max-width: 20px;
}
, but I got ” S S S S S” instead of star signs.
How else can I get the desired view?
Thanks in advance.
]]>