Tagged: 4.3, Partner logo element
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).
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
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?
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
Perfect! Thanks again…