Home Forums WoodMart support forum make banner corners round Reply To: make banner corners round

#257694

Hello,

I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

.promo-banner-wrapper .banner-image img {
    border-radius: 20px;
}

Regards.
Xtemos Studios.