Archived topic
how to get rounded featured image ?
11 replies · Started by Amit on October 3, 2020
How to get rounded image on all posts and how do I get all images in single post as round and also how to get shadow around the featured image and button and so on.
Best Regards
Amit
Hi there,
Looks like you were able to figure everything out already?
I'm seeing rounded images and shadows :)
haha no, that was a sample website. I need to know how to achieve that. But I don't know how.
Hi there,
can you share a link to your site so we can see whats required?
https://barkjunction.com and I have used child theme as well. Thanks for the help in advance.
This is the CSS that the example site uese:
.post-image img {
border-radius: 8px;
box-shadow: rgba(23,43,99,.2) 0 7px 28px !important;
}
a.read-more {
display: inline-block;
color: #fff !important;
border-radius: 40px;
box-shadow: rgba(23,43,99,.2) 0 7px 28px !important;
}
thanks alot David, where exactly do I place this ?
Oopps sorry - that code is CSS. You can add it to your Customizer > Additional CSS
More info here:
apologies for more stupid question. what would be the optimal pixel size (resolution) for the featured image and post image for my site builder theme?
The largest image size you will need for the Marketer them will be 768px.
Thanks a ton :) Appreciate the help.
You're welcome