Title: Rounded corners Tanzaku theme
Last modified: August 19, 2016

---

# Rounded corners Tanzaku theme

 *  [magnusnordstrand](https://wordpress.org/support/users/magnusnordstrand/)
 * (@magnusnordstrand)
 * [16 years ago](https://wordpress.org/support/topic/rounded-corners-1/)
 * Hi guys!
 * Anyone know how to get rounded corners on the boxes in Tanzaku theme?
    ([http://www.tripleships.com/works/tanzaku/](http://www.tripleships.com/works/tanzaku/))
 * Something like this site has? : [http://www.neofuturism.net/](http://www.neofuturism.net/)
 * Thanks for any help!
 * Kind regards
    MRN

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/rounded-corners-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/rounded-corners-1/page/2/?output_format=md)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502120)
 *     ```
       .rounded {
       	border: 1px solid #ddd;
       	-moz-border-radius: 3px;
       	-khtml-border-radius: 3px;
       	-webkit-border-radius: 3px;
       	border-radius: 3px;
       }
       ```
   
 *  Thread Starter [magnusnordstrand](https://wordpress.org/support/users/magnusnordstrand/)
 * (@magnusnordstrand)
 * [16 years ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502216)
 * Great!
    Thank you for your help!
 *  Thread Starter [magnusnordstrand](https://wordpress.org/support/users/magnusnordstrand/)
 * (@magnusnordstrand)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502308)
 * I need some more help =/
    Tried pasting it in the style.css file but nothing 
   seems to work. Anyone know where in the code I have to paste this?
 * Thanks again!
 * MRN
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502312)
 * The CSS above is generic. You’ll need to identify the class or id names of each
   box where you want to apply rounded corners. If you use Firefox, try installing
   the Firebug add-on. It’s very useful for this kind of task,
 *  [lu_od](https://wordpress.org/support/users/lu_od/)
 * (@lu_od)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502381)
 * really nice tip !
    see in tanzaku css:
 *     ```
       div.grid-item,
       div.single-item {
       }
       ```
   
 * change in:
 *     ```
       div.grid-item,
       div.single-item.rounded {
       	border: 1px solid #ddd;
       	-moz-border-radius: 0px 10px 0 10px;
       	-khtml-border-radius: 0px 10px 0 10px;
       	-webkit-border-radius: 0px 10px 0 10px;
       	border-radius: 0px 10px 0 10px;
       }
       ```
   
 * for exemple… (this is less rounded :])
    —does not work with IE too—
 *  [thekjub9](https://wordpress.org/support/users/thekjub9/)
 * (@thekjub9)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502413)
 * sorry Im not good in code editing but loved to change the default colours, and
   have rounded corners pls pls pls pls can you help me ? Fireburg plugin is like
   chinese for me 🙁
 *  [thekjub9](https://wordpress.org/support/users/thekjub9/)
 * (@thekjub9)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502414)
 * none of the css …. wont work …
 *  [thekjub9](https://wordpress.org/support/users/thekjub9/)
 * (@thekjub9)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502415)
 * removed
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502416)
 * Can you post your url so that we can see the code where you need to make a change.
 *  [thekjub9](https://wordpress.org/support/users/thekjub9/)
 * (@thekjub9)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502417)
 * thats my testpage only test info to see how it works and effects
    thx
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502418)
 * Try adding rounded code in this
 * div.grid-item, div.single-item {
    background-color:#D9D9D9; border:0 none; margin:
   0 5px 5px 0; overflow:hidden; padding:15px 15px 30px;
 * }
    Add this after padding
 * border: 1px solid #ddd;
    -moz-border-radius: 0px 10px 0 10px; -khtml-border-radius:
   0px 10px 0 10px; -webkit-border-radius: 0px 10px 0 10px; border-radius: 0px 10px
   0 10px;
 *  [thekjub9](https://wordpress.org/support/users/thekjub9/)
 * (@thekjub9)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502419)
 * thx I have add that …. but the rounded edge is only on 2 diagonal corners and
   2 diagonal corners remaind see my test page
    [link](http://kjub.byethost2.com/)
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502420)
 * Try this instead of the one above
 * -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px; -moz-
   border-radius-topleft:10px; -moz-border-radius-topright:10px;
 *  [thekjub9](https://wordpress.org/support/users/thekjub9/)
 * (@thekjub9)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502421)
 * I dont get it … I changed the lines you told me and updated the theme
    and nothing
   happened
 * then I removed all the new lines and updated and again nothing happened stil 
   2 diagonal round a 2 not round … ???
 * also I pressed f5 and also ctrl+f5 in browser as one guy supposed that that would
   make a clean load not a chased view …
 * i dont know 🙁
    I will let your new lines and in couple of minutes maybe something
   happened.
 * thx
 *  [thekjub9](https://wordpress.org/support/users/thekjub9/)
 * (@thekjub9)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502422)
 * 😀 suddenly it works …. perfect thx thx

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/rounded-corners-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/rounded-corners-1/page/2/?output_format=md)

The topic ‘Rounded corners Tanzaku theme’ is closed to new replies.

 * 16 replies
 * 5 participants
 * Last reply from: [govpatel](https://wordpress.org/support/users/govpatel/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/rounded-corners-1/page/2/#post-1502423)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
