Title: Corner Radius
Last modified: January 22, 2021

---

# Corner Radius

 *  [karenngo](https://wordpress.org/support/users/karenngo/)
 * (@karenngo)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/corner-radius-2/)
 * Hi,
 * Is there any way to add a slight rounded corner radius to all the content image
   tiles and the white padding/border of the tiles?
 * As well as the border/box around the word Fukasawa?
 * Or would that drastically affect the theme?
 * Thanks so much for the support!

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

 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/corner-radius-2/#post-13946207)
 * Hi [@karenngo](https://wordpress.org/support/users/karenngo/),
 * Sure, that’s possible. The CSS properties you’re looking for is `border-radius`
   and `padding`, and you’ll have to target all of the elements you want to modify,
   like so:
 *     ```
       .blog-title a {
           border-radius: 4px;
       }
       ```
   
 * — Anders
 *  Thread Starter [karenngo](https://wordpress.org/support/users/karenngo/)
 * (@karenngo)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/corner-radius-2/#post-13947879)
 * Hi Anders,
 * I’m still lost with how I would change the corners on the post tiles we see in
   the main page. I was hoping to change those two.
 * 1. the thumbnail image tile for posts that has sharp corners
    2. the white border
   around that image also has sharp corners I’d like to put a radius on
 * If you can help with those two I’d would really appreciate it!!

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

The topic ‘Corner Radius’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fukasawa/2.1.3/screenshot.jpg)
 * Fukasawa
 * [Support Threads](https://wordpress.org/support/theme/fukasawa/)
 * [Active Topics](https://wordpress.org/support/theme/fukasawa/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fukasawa/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fukasawa/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [karenngo](https://wordpress.org/support/users/karenngo/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/corner-radius-2/#post-13947879)
 * Status: not resolved