Is there a way to change the background-color (light orange) of the JoomlArt Advanced Custom Module ("La notre agence immobilière") in the page "l'Agence",
without changing the same color in the JoomlArt Advanced Custom Module (" Mohamed Kireche") in the home page?
It appears to be controlled by the same CSS code:
.acm-features.style-2 .features-image::before {
background: #ddbb99;
bottom: 0;
content: "";
position: absolute;
right: 50%;
height: 2000px;
width: 2000px;
}
Thanks for helping!