Hey S.Williams,
hmmm I saw that css code .ow_rates_wrap span but I just didn't add the span after .ow_rates_wrap good job! I have these already in place:
.ow_photo_comment_count {display: none} /*takes out all comments count*/
.ow_rates {display: none} /*takes out rating star area in photos in all areas */
Your css code does work and is what I was looking for, here's what it dose:
.ow_rates_wrap span {display: none} /*takes out the word Rating and the word Total count only in all areas*/
Now if you'll looking to take "Top Rated" menu button and others...here's the css code to do that as well:
li._menu_my_photos {display: none} /*takes out 'my photos" link on main photo page when loggedin*/
li._toprated {display: none} /*takes out browse by toprated tag link*/
li._tagged {display: none} /* takes out browse by tagged link*/
as you can see these code are li.
Disregard the "Tag"comment, I copy and pasted the question and forgot to take that out.
To all that the read this...Remember that when you use css coding in your admin/theme/css area, you don't lose your modifications.
Again S.Williams +1 for the help...keep it coming! Hope my input helps others too!
Wilson
I'm looking for the ability to take out the Rating system & the Comment/ Wall section entirely in *Blogs*
And the Comment section in the Pics. Can anyone help me with this... don't have a lot of money but I'd probably be able to throw a few dollars your way.
Help would be sooo appreciated :)
And when ya say "when you use css coding,. . you don't lose your modifications" does this mean that in every huge New Platform Release that we have to download/ upload, that their code won't override our code modifications that we have made in the past? Thanks!
(smilee)
One last question about blogs, if the above was easy enough, is there someway to change the word Tags to Categories, and most importantly so the tags/ categories don't look a jumbled together blob, have it displayed with a space between them?
So say
Blog
Tags/ (Now Categories)
Member spotlights
(a line or space here)
Faqs
(a line or space here)
etc?