Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #438403

    I made my Infusion.in logo with transparent background (png file) – but it keeps getting white background.

    I use the partner/logo element.

    How to get transparent background for that ONE logo?

    The other ones is ok – i made them with the white background.

    http://nikita-kristensen.dk/sponsorer/

    #438500

    Hi Jane!

    The Infusion logo seems transparent to me, if you’re referring to the hover effect you can use this CSS code to make it transparent:

    .av-caption-image-overlay-bg {
        background: transparent !important;
    }

    Best regards,
    Josue

    #438520

    Oh yes its transperant because i put it in normal image box below .. I mean when i put it in the the partner/logo box it gets automatic with white background… even i made it with transparent.
    Then i just put it below in a normal image box, but i would like to know how i can get the logos in partner/logo feature with transparent backgrounds as i made them?

    -))

    #438610

    Hey!

    Add this code to the Quick CSS:

    #top .avia-logo-element-container .slide-image {
        background: transparent !important;
    }

    Cheers! 
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.