Title: Borders around posts
Last modified: August 19, 2016

---

# Borders around posts

 *  [jpalumbo](https://wordpress.org/support/users/jpalumbo/)
 * (@jpalumbo)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/borders-around-posts-1/)
 * I have been trying all morning to add borders around posts…and I am getting nowhere.
   I’ve added a border to just about everything in the .css but I am sure I am missing
   something.
 * Here is the particular post page I am referring to: [http://humancoach.com/meet-our-coaching-staff/business-coaches/](http://humancoach.com/meet-our-coaching-staff/business-coaches/)
 * Any help would be greatly appreciated.
 * I am using an Artisteer theme.

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/borders-around-posts-1/#post-1823578)
 * edit style.css of your theme, and find:
 *     ```
       .art-post-body
       {
         position: relative;
         padding: 10px;
         border: solid 0 #8E9EA4;
       }
       ```
   
 * change the `0` in the border line to something like `1px`
 * [http://www.w3schools.com/css/css_border.asp](http://www.w3schools.com/css/css_border.asp)
 *  Thread Starter [jpalumbo](https://wordpress.org/support/users/jpalumbo/)
 * (@jpalumbo)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/borders-around-posts-1/#post-1823579)
 * Thanks…
 * I tried that. I changed it back after it didn’t do anything. Here is what I have
   it set to now:
 * {
    position: relative; padding: 10px; border: solid 3 #bebebe; }
 * Still no border show up.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/borders-around-posts-1/#post-1823581)
 * read my reply and the link –
 * and you also might need to reset the browser cache by pressing the ‘reload’ button
   of the browser; or pressing ‘CTRL’ and ‘F5’ at the same time.
 *  Thread Starter [jpalumbo](https://wordpress.org/support/users/jpalumbo/)
 * (@jpalumbo)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/borders-around-posts-1/#post-1823584)
 * oh…gotcha. Left off the ‘px’
 * It worked great….however now the title is in a box. Is there a way to make ONLy
   the post in a box?
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/borders-around-posts-1/#post-1823589)
 * Right click. View Source. See what the post content is contained in. Add CSS 
   to taste.
 *  Thread Starter [jpalumbo](https://wordpress.org/support/users/jpalumbo/)
 * (@jpalumbo)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/borders-around-posts-1/#post-1823595)
 * It shows in <art-post-inner art-article>…but that is not in the css anywhere.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/borders-around-posts-1/#post-1823596)
 * > Is there a way to make ONLy the post in a box?
 * not as far as i can see.
 * you could try and style ( = add new styles with borders to style.css)
 * `.art-post-inner {...}`
 * or
 * `.art-postcontent {...}`
 * but they are both not much better, and the title ‘business coach’ is somehow 
   always effected.
 * this is the general html structure, taken from the html code in the browser:
 *     ```
       <div class="art-post">
         <div class="art-post-body">
           <div class="art-post-inner art-article">
             <h2 class="art-postheader">Business Coach</h2>
             <div class="art-postcontent">
             POST CONTENT
             </div>
           <div class="cleared"></div>
         </div>
         <div class="cleared"></div>
       </div>
       ```
   
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/borders-around-posts-1/#post-1823829)
 * You said that a selector is not in the CSS. Well you can add it of course.
 * Its not made easier by the excessive markup in the theme.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Borders around posts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 3 participants
 * Last reply from: [Root](https://wordpress.org/support/users/root/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/borders-around-posts-1/#post-1823829)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
