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!