Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @marcobutz,

    You can change the border radius of regular images by going to Customize → Editor → Styles → Blocks → Image, and change the border radius. This won’t change the border radius of the Post Featured Image block though, shown on the post archive pages. You can’t change the border radius of that block globally right now, so you’ll have to add custom CSS to do it currently.

    This is the CSS you’ll need:

    .wp-block-post-featured-image img { border-radius: 999px; }

    Change the value to the border radius you want.

    In the future, since you’re now running the Bj?rk theme, you can post support requests here so other Bj?rk users can see it and reply to the thread: https://www.ads-software.com/support/theme/bjork/

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘pictures with round corners’ is closed to new replies.