Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #188611

    At the Avia Builder ist a “Partner/Logo Element” wich is really Good. My Problem ist, that there ist always a 1 Px Frame around the Partner Logo, this looks not Good with transparent Images. Can i remove this Frame for Example with an easy CSS Code at the Theme-Admin ?

    Regards Jack

    #188625

    Hi Jack,

    Can you post the link to your website please?

    Regards,
    Josue

    #189118
    This reply has been marked as private.
    #189219

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .avia-logo-element-container img {
    box-shadow: none;
    }

    Regards,
    Yigit

    #189353
    This reply has been marked as private.
    #189355

    Hey Jack!

    Add this code to the Quick CSS:

    .big-preview.single-big {
       padding: 0 !important;
    }
    .big-preview.single-big * {
       margin: 0 !important;
    }

    Cheers!
    Josue

    #189357
    This reply has been marked as private.
    #189360

    Hey!

    Add this too:

    .big-preview.single-big a{
       display: block !important;
    }

    Cheers!
    Josue

    #189361

    Thanks, it Works!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove Frame from Partner Grid’ is closed to new replies.