Comments 1Ronald started the conversationOctober 28, 2018 at 11:51pmI'm using custom border radius (8px) for featured images in posts, popular post widgets etc. I can't seem to find an option to do this for featured images on pages anywhere, and it breaks a little with my design.Is this possible to adjust somewhere?Thank you. 2,700PenciDesign repliedOctober 29, 2018 at 3:48amHi,Please try add more this code to Customize > Custom CSS to do that: body.page .post-image img{ border-radius: 8px; -webkit-border-radius: 8px; }Best Regards,PenciDesign 1Ronald repliedOctober 29, 2018 at 8:53amThank you. Sign in to reply ...
I'm using custom border radius (8px) for featured images in posts, popular post widgets etc.
I can't seem to find an option to do this for featured images on pages anywhere, and it breaks a little with my design.
Is this possible to adjust somewhere?
Thank you.
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Thank you.