Hello Peter,
Thank you for reaching out to us. Our template is designed this way to enhance the overall visual appeal. While we do not provide direct customization, I’d be happy to guide you on how to remove the dark overlay from the image.
- Inspect the image on your page, and locate the corresponding div for the image.
- Expand the div, and you should see a
::before or ::after pseudo-element.
- Click on it, and the related CSS will appear on the right side.
- Here, you can use content: unset to remove the dark overlay.
Once you have made this change, copy the CSS and add it to your custom CSS.
Add custom css: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta
Example:
.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article:after {
content: unset;
}
N.B.: Just copy the corresponding class and inside curly braces use content: unset;, That will remove dark overlay.
Let me know if you need any further assistance!
Best regards,