Hi,
I want to change the background color of the partner/logo element. As you can see on my site the logo’s have a grey background. When I change the color in the website styling part the background color of my forms (gravityforms) also disappear and than users can’t see where te text fields are.
Hope you can help me on this!
Thanks in advance
Hey raymondleever!
Add this to your custom CSS.
.avia-content-slider-inner * {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
Best regards,
Elliott
Thanks for your help Elliott!