I got some of it to work, but not other things:
I was able to remove both the star images and the comments but I only want to remove the comments. This is what I’m using and it’s not working.
.geodir-pcomments {
display: none;
}
Also I’m using
.geodir-entry-title {
font-size:17px;
font-weight:bold;
color: red;
}
This seems to work but not for the color.
and
3. Is there any way to limit .geodir-entry-title { only for the main content and not the one in the sidebar. They are both using the same classes in the code so once you edit one, they both change.