Archived topic
Add border radius to image
4 replies · Started by William on October 31, 2020
Viewing posts 1–5 of 5
Hi there,
I am having some difficulty adding a 5px border radius to the image in the dark purple header element to the right here. Are you able to help with some CSS for this please?
Kind regards,
Will
Hi there,
Try this:
.page-hero .post-image-style img {
border-radius: 5px;
}
Thanks for the speedy reply!
I've added this, but it does not seem to be showing the results?
Oh I take it back, I cleared the cache and works, thanks :)
No problem :)
This archived topic is closed to new replies.