Hi @alinash1,
Thanks for reaching us. hope you doing well.
This background color issue can be fixed by tweaking a custom CSS. Please use the following CSS in the custom CSS field.
.oxi-image-hover-wrapper-2 .oxi-addons-row .oxi-image-hover-figure-frontend {
background: #00c2a9 !important;
}
.oxi-image-hover-wrapper-2 .oxi-addons-row .oxi-image-hover-figure-backend {
background: #00c2a9 !important;
}
.oxi-image-hover-wrapper-2 .oxi-addons-row .oxi-image-hover-figure-back-section {
background: #00c2a9 !important;
}
.oxi-image-hover-wrapper-2 .oxi-addons-row .oxi-image-hover-figure-front-section .oxi-image-hover-icon .oxi-icons {
border-color: #00c2a9 !important;
}
Go to shortcode editing page and paste the above CSS line at the custom CSS field.
Yes, it can be solved with custom CSS alone if you know CSS as well or you can go for the pro version to archine this layout easily.
Please let us know it those custom CSS works for you