This is my first post and frankly I am dumb when it comes to php and css, but I am doing my best to learn. I am working on developing my own theme based on sandbox. I want to have a separate style based on each author. I found a general description on how to change the code for the default theme at http://www.aiostudents.com/school/interactive-media-design/custom-css-based-on-author-in-wordpress/ Where they suggest changing the class=”entry” with class=”< ?php the_author() ?>“
Then styling the css. Which makes sense however...
It appears to me that the sandbox theme breaks down the entry data into various sub-classes so this work around doesn't help me. Any ideas? if you answer this imagine you are trying to explain this to a five year old, then dumb it down.
Thanks.