Hi,
I´m using the partner/logo element on this page http://develop.die-engel-gmbh.de/netzwerk/kunden/
yesterday I added around 20 logos and everything was fine. Today I added a link to each of the logos and suddenly they are gone!!!
But I can see the links/logos in the sourcecode.
Can you please help me asap because I need to launch this one in two days.
Thanks in advance
Michael
Hi Michael!
Please add following code to Quick CSS
.avia-content-slider1 .slide-image, .avia-content-slider1 .slide-meta-comments, .avia-content-slider1 .slide-meta-del, .text-sep, .blog-categories, .blog-author, .comment-container, .single .title_container {
display: block!important;
}
It is currently set to display none with !important rule
Regards,
Yigit
That´s strange indeed. Because without the links it wasn´t effected by the display:none and with the link it is affected. Well actually I was able to solve it and still leave the news slider image in the red box on top right at display:none which I need to.
Thanks for the quick response.