Reply 303777 to: SVG image

Avatar: Olga Barlow
Olga Barlow
Support staff
September 28, 2021 at 17:11

Hello,

a) Banner element does not have custom class option. You can add custom class for the column and use it to apply styles for the banner inside this column.

b) Edit banner element and remove the min size for the banner.

c) If you use zoom effect on hover then it won’t have border-radius because it’s image border-radius, not the banner block border-radius. So, you may try to add border radius for the banner element using custom code

.banner {
    border-radius: 20px;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.