Hide stars on a specific page
-
Hi, I just want to hide the stars on a certain page.
for example: https://www.website.com/1/
but I want the stars to appear on other pages.
I tried to hide the star with css for this.
in that:
“.post-ratings-1240 {
display: none;
}”but did not work. how can I do that? Thanks.
- The topic ‘Hide stars on a specific page’ is closed to new replies.