patpratt
Member
Posted 1 year ago #
It is possible to give individual posts a border and shadow to that border? I'd like to also have a different background color to the posts than the background of the main content area. Any of this possible?
I am currently using twenty-ten and wordpress 3.0
here is the website it is for: http://www.pluscatmusic.com
thanks!
You could style on .post if you just want to target posts and not Pages. Something like:
.post {
background:#fff;
color:#606060;
padding:10px;
}
at the bottom of style.css should work.
JohnDimick
Member
Posted 1 year ago #
.hentry {
border:1px solid #333;
background:#F0EAE1;
}
I don't know about shadows.
http://www.colorpicker.com/