Home Forums WoodMart support forum Question: Change Rating Stars

Question: Change Rating Stars

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #559579

    axxo
    Participant

    Hi there

    We would like to change the rating stars with simple, filled “dots” instead of “stars”.

    Is there a CSS tweak to reach this?

    Many thanks

    #560092

    Hung Pham
    Keymaster

    Hi axxo,

    Thanks for reaching to us.

    First of all, take my apologies for the delay in answering.

    – Go to Elementor > Settings > Advanced tab and enable Load Font Awesome 4 Support option https://prnt.sc/PVV40F7tLWki

    – Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    div.star-rating {
    	font-family: "Font Awesome 5 Free";
    }
    
    div.star-rating span:before {
    	font-weight: 900;
    	content: "\f111" "\f111" "\f111" "\f111" "\f111";
    }

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)