Tagged: , ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #407441
    #407585

    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

    #407589

    That worked… Thanks!

    #407865

    Hi!

    Glad we could help :)

    Regards,
    Rikard

    #426368

    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/

    #426369

    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

    #426370

    Tried it but It’s still there – please check.
    http://www.synapsesem.com/our-clients/

    #426372

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Cheers!
    Yigit

    #426374
    This reply has been marked as private.
    #426377

    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

    #426383
    This reply has been marked as private.
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Remove grey in Partner/Logo Element’ is closed to new replies.