Dear Team
The course review star is not working properly.
https://youtu.be/5MihCvlb0vI
This reply has been marked as private.
please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :
.commentratingbox .star:after { font-family: fontawesome; content: "\f006" !important; color: #FFCB10; }
Still it's not working properly. Please help me immediately.
Sorry please rempve above add this css instead:
.commentratingbox .star.fullStar:after { content: "\f005" !important; color: #FFCB10; } .commentratingbox .star:after { font-family: fontawesome; content: "\f006" !important; color: #FFCB10; }