Hello, i am not find the css code to change the inside color in JoomlArt Advanced Custom Module which i show you in my screenshot with black arrow
I found what to do. I add in custom css .v-gutters>div { padding-top: 1.125rem; padding-bottom: 1.125rem; background-color: #fff; } and i fixed it.
.v-gutters>div { padding-top: 1.125rem; padding-bottom: 1.125rem; background-color: #fff; }
Hi @ribo, I suggest quick solution for you. Add below CSS rules to the custom.css file.
.acm-clients.style-1 .clients-wrap { background: none; }
Kind Regards,