How to remove borders from the transparent image

How do I remove the border from the transparent image?
Im using ExpertHive Theme

Please try this CSS snippet

.header-hero__image{
    box-shadow: none !important;
}

If the issue persists please provide a link to your website if it is possible

It worked!
Thank you so much!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.