WooCommerce Stars

Home Forums Jevelin Theme WooCommerce Stars

Home Forums Jevelin Theme WooCommerce Stars

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • iancdma
    Participant

    Hi. I have an issue with how the review stars look in products. How do I get them from FontAwesome instead of Themify? I would like to see filled stars instead of empty-looking stars. Thanks.

    Attachments:
    You must be logged in to view attached files.

    Hi @iancdma,

     

    I hope you are well today and thank you for your question.

     

    Could you please share the page URL from your site where it is displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    iancdma
    Participant

    here it is

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

     #page-container .product .star-rating span:before {
        font-family: "fontawesome" !important;
        margin-left: 3px;
        content: "\f005\f005\f005\f005\f005"  !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)