Forums

[resolved] Give individual posts a border? (3 posts)

  1. 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!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    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.

  3. JohnDimick
    Member
    Posted 1 year ago #

    .hentry {
    	border:1px solid #333;
    	background:#F0EAE1;
    }

    I don't know about shadows.

    http://www.colorpicker.com/

Topic Closed

This topic has been closed to new replies.

About this Topic