• Resolved Ecovi

    (@ecologiavital8)


    I wanted to know how I can change them to yellow.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support pear8398

    (@pear8398)

    Hi,

    Thanks for using CusRev.

    The color of star rating on the single product page is mostly controlled by the theme style. You can deactivate our plugin and recheck the color.

    Thread Starter Ecovi

    (@ecologiavital8)

    Here the solution if someone needs:
    CSS code :

    .woocommerce .star-rating span::before {
    color: #FFD700; /* Cambia las estrellas llenas a amarillo dorado */
    }

    .woocommerce .star-rating {
    color: #FFD700; /* Cambia el color de las estrellas vacías a amarillo dorado */
    }

    Plugin Support pear8398

    (@pear8398)

    Thanks for sharing the solution.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.