Site logo

[Resolved] Review stars color

Home Forums Support [Resolved] Review stars color

Home Forums Support Review stars color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1850847
    Azari

    Hi,
    I’ve changed the review star’s color to gold but they still black.

    https://snipboard.io/0Ed5yP.jpg

    Thanks

    #1851064
    David
    Staff
    Customer Support

    Hi there,

    thats because you’re using the Woocommerce Blocks – for some crazy reason Woocommerce decided to NOT use the same HTML or CSS styles for their blocks as they do in their Templates.

    Personally i do not use the Woo Blocks, instead i use the shortcodes:

    https://docs.woocommerce.com/document/woocommerce-shortcodes/

    These do use the Woo templates and the respect the Customizer settings.

    If you must use the Blocks then it requires CSS to change the colors:

    .wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
        color: #ff0000 !important;
    }
    #1853979
    Azari

    Hi,

    Thank you, it works properly 🙂

    #1854023
    David
    Staff
    Customer Support

    Glad to be of help

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