Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #464577

    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

    #465050

    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

    #465696

    Thanks for your help Elliott!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change background color partner/logo element’ is closed to new replies.