Hi..
I found some discussions about grey area on partner/logo element, when link is used. So the resolution was:
”
Please try adding following code to Quick CSS instead
.socket_color .avia-content-slider .slide-image { background: transparent; }
”
but it did not work for me. So how do I get rid of that gray area?
Hi iljapronin!
Try adding this to your quick css.
.slide-image {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
If that’s not working then you probably have a typo somewhere in your other CSS.
Regards,
Elliott
That worked… Thanks!
Hello – I am experiencing this same issue and have tried all the various fixes that have been posted, but none seem to be working. Can you please suggest a fix? http://www.synapsesem.com/our-clients/
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-logo-element-container .slide-image {
background: transparent!important;
}
Best regards,
Yigit
Tried it but It’s still there – please check.
http://www.synapsesem.com/our-clients/
Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
Yigit
Hey!
Please review your website now. I have fixed some issues in Quick CSS field. Please see correct use of media queries and !important rule in my following example
@media only screen and (max-width: 768px) {
body { font-size: 14px; }
}
body { font-size: 20px !important; }
Cheers!
Yigit