postcardsfrompeta
-
Posts
3 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by postcardsfrompeta
-
-
I could possibly change to that layout, how do you shape from there?
-
Site URL: https://www.postcardsfrompeta.com
I want to change my grid style blog page to show the featured posts/photos reshaped as an arched shape
Any help will be greatly appreciated.
Change shape of blog post thumbnails
in Images & Videos
Posted
To answer my questions and to help future:
Add to design > custom css
/* round image corners blog thumbnails */
.blog-basic-grid .image-wrapper {
border-radius: 100px 100px 5px 5px;
}