-
AuthorPosts
-
March 7, 2015 at 11:08 am #407441
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?March 7, 2015 at 11:49 pm #407585Hi 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,
ElliottMarch 8, 2015 at 12:04 am #407589That worked… Thanks!
March 9, 2015 at 5:23 am #407865April 10, 2015 at 6:01 am #426368Hello – 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/
April 10, 2015 at 6:05 am #426369Hey!
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,
YigitApril 10, 2015 at 6:10 am #426370Tried it but It’s still there – please check.
http://www.synapsesem.com/our-clients/April 10, 2015 at 6:11 am #426372Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitApril 10, 2015 at 6:21 am #426374This reply has been marked as private.April 10, 2015 at 6:28 am #426377Hey!
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!
YigitApril 10, 2015 at 6:44 am #426383This reply has been marked as private. -
AuthorPosts
- The topic ‘Remove grey in Partner/Logo Element’ is closed to new replies.
