Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #946247

    When inspecting through dev tools, the inline style the theme uses (i.e. not placed by me) strikes-out the background-image which is used to bring in the partner logo…

    background-image: url(https://foo.com/wp-content/uploads/2018/02/foo.png);

    So the logos are not shown in the element the way they were prior to the 4.3 update (v4.2.6 worked fine).

    • This topic was modified 6 years, 3 months ago by lzevon. Reason: removed attempts at showing strikethrough using tags
    #946267

    Hey lzevon,

    You had following code in Style.css file of your child theme

    
    .avia-content-slider-inner * { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; }
    

    I deleted it and it helped. Please review your website.
    Regards,
    Yigit

    #946290

    Thanks Yigit! I wasn’t aware that class you deleted affected the partner logo element.

    I appreciate the fast reply on what must be a very busy day with the new release. The logos appear but now they have white boxes behind them, whereas before they were transparent?

    #946292

    Hi,

    Please add following code to Quick CSS

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

    You are welcome! We always appreciate appreciation :)

    Best regards,
    Yigit

    #946623

    Perfect! Thanks again…

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘partner/logo element logos not appearing since 4.3 update’ is closed to new replies.