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
Hi Jack,
Can you post the link to your website please?
Regards,
Josue
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
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
Hey!
Add this too:
.big-preview.single-big a{
display: block !important;
}
Cheers!
Josue
Thanks, it Works!