Hello All
I'm using opencart 3.0.2.0 & I want to remove review star on home page & category page
plz help any one on this topic
THANKS
If you're using the default theme, you should be able to target it using some CSS in your main stylesheet like this:
If you're using a custom theme, you'll need to ask your theme developer what the right CSS selector would be.
Code: Select all
.rating {
display: none;
}
If you're using a custom theme, you'll need to ask your theme developer what the right CSS selector would be.
Who is online
Users browsing this forum: Baidu [Spider] and 6 guests