Hi,
Is it possible to have rounded corners on an image in the Callout Module with CSS please ?
Many thanks
Stephen
Hi,
Is it possible to have rounded corners on an image in the Callout Module with CSS please ?
Many thanks
Stephen
Hi Stephen,
Sure is!
Go to your Callout module settings and in the Advanced tab, scroll down to the Classes option. In there add the following round-corners
and save.
Then go to your custom CSS and add the following:
.round-corners .fl-photo-img {
border-radius: 10px;
}
This should give your image rounded corners. You may want to tweak the 10px
value to get your desired look.
Thanks,
Danny
Danny - great stuff - and it works a treat.
Many thanks for the help
Stephen
No problem, Stephen. Happy to be of assistance.
Thanks,
Danny