Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #758402

    I am using transparent PNGs in the logo element. When I add a link to a logo. See example on home page on the ‘would you like your logo here’ image. I want it to stay transparent picking up the background colour when I add a link. Please advise.

    #758740

    Hey sensiblekaren,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 1!important;
        filter: alpha(opacity=1)!important;
    }
    

    Best regards,
    Vinay

    #759712

    Unfortunately this did not work. Is there an alternative suggestion?

    I have another support request from 6 days ago that I sent before this one & has not been responded to yet, wondered if someone could look at.

    Many thanks

    #761326

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    Best regards,
    Yigit

    #761383

    Thanks Yigit, that worked a treat. :-)

    #761385

    Hi!

    You are welcome! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo backgroun goes white after adding a link to it…’ is closed to new replies.