Replacing Upper Parallax with Color?

I’m trying to replace an upper layer parallax image with a color overlay for mobile. Is there a way to achieve this?

Hi @RinardMedia,

Thanks for reaching out.

It’s only doable with custom CSS, example, please add this CSS to your section’s Element CSS.

$el .x-bg-layer-upper-image {
background: red !important;
}

And just change it to your preferred color.

Thanks!

1 Like

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