Title: Kool theme outer border
Last modified: August 31, 2016

---

# Kool theme outer border

 *  Resolved [lewis](https://wordpress.org/support/users/wkrstr0075/)
 * (@wkrstr0075)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/kool-theme-outer-border/)
 * is it possible to reduce the size [width] of the bold outside border of this 
   theme ?

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

 *  [mrtom414](https://wordpress.org/support/users/mrtom414/)
 * (@mrtom414)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/kool-theme-outer-border/#post-7234850)
 * There doesn’t seem to be a border style applied. But there is a box shadow applied.
 *     ```
       @media screen and (min-width: 960px){
           box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
   
       }
       ```
   
 * You can change the box shadow using the first 3 numbers The first value is horizontal
   shadow which is set to 0 the next value is Vertical shadow which is set to 2px
   and the 3rd value is the blur.
 * You can change the shadow to something like this
 *     ```
       @media screen and (min-width: 960px){
           box-shadow: 0 1px 2px rgba(100, 100, 100, 0.3);
   
       }
       ```
   
 * which would make the shadow thinner and less blurred.
 *  Thread Starter [lewis](https://wordpress.org/support/users/wkrstr0075/)
 * (@wkrstr0075)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/kool-theme-outer-border/#post-7234856)
 * speedy reply and most helpful
 * thanks

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

The topic ‘Kool theme outer border’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kool/1.0.8/screenshot.png)
 * Kool
 * [Support Threads](https://wordpress.org/support/theme/kool/)
 * [Active Topics](https://wordpress.org/support/theme/kool/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kool/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kool/reviews/)

## Tags

 * [modify theme](https://wordpress.org/support/topic-tag/modify-theme/)

 * 2 replies
 * 2 participants
 * Last reply from: [lewis](https://wordpress.org/support/users/wkrstr0075/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/kool-theme-outer-border/#post-7234856)
 * Status: resolved