Home Forums Basel support forum Reviews Reply To: Reviews

#1825

Artem Temos
Keymaster

Hello,

Here is a code snippet to fix first problem with reviews

.single-product-content .comment-form .stars span a.active {
    color: #f78f29;
}
.single-product-content .comment-form .stars span a:hover {
    color: #f78f29;
}

Problem with categories was fixed in the latest theme update. Please replace file basel/woocommerce/content-product_cat.php with the new one.