• 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

    (@anlino)

    Hi @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

    (@karenngo)

    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.