How to create block like this

how to create block like this

and how to set images round corner

Take a look at the Ruby theme. It does almost exactly this for featured images. Wouldn’t be hard to adjust the theme to do it for all images.

1 Like

ok i will check it. i see some code injection option in ghost forum for set rounded corner image block. but i can’t find it now :frowning:

Rounded corners…

<style> .rounded-corners { border-radius: 4px; } </style>
https://www.w3schools.com/cssref/css3_pr_border-radius.asp

can you tell me how do i add that rounded corners to all of my images

You can try adding this code in your Site Header Injection…

thank you very much bro . it works

1 Like