Want to remove star ratings for Rubens theme

jjecho

New Member
Hello, I am currently using the Rubens theme and would like to remove the star ratings - anyone know how? I've searched the other threads and tried the CSS codes provided to remove the ratings for the other themes, but they don't seem to work. Thanks!
 

chris37

Well-Known Member
Hello Jjecho i am happy to help you. Here you css code

Code:
.home .starscont {
    display: none!important;
    }

and

Code:
.starscont {
 
    display: none;
}

I wish this fix your issue use both css (one is for homepage and one for product page)

P.S First try the second one if is work both placed :)


I never use this theme so i can not be sure
 
Top