Hello, I am using JA Ego Spa Home 2. I would like to remove the Hero image and Section-3 images that are by default there when you select these positions. The hero image is the leaves and Section-3 images are the circle that says About Us and the splash of red powder.
I have deleted the image that was in the overlay section for both and selected None for section overlay but that does nothing.
Your help is much appreciated.
Here is what I found using Dev Browser Tools:
.acm-features.style-2 .pattern-left .features-left .features-img .img::before {
background-image: url("../images/shape.png");
bottom: -120px;
height: 251px;
left: -120px;
width: 326px;
z-index: 10;
}
.acm-features.style-2 .pattern-left .features-left .features-img .img::after {
background-image: url("../images/about-us.png");
bottom: -4.28rem;
height: 8.56rem;
right: -4.28rem;
width: 8.56rem;
z-index: 30;
}