Is there a way to create a box with colorbox container? (external margins on sides)
works great thanks!
Hi
here’s the link
http://www.wermenlinger.com/professionnels/
if you hover over the email icon of the first member you’ll see the problem
thanks for your help
Hi
thanks for the replay, that’s works for the opacity (thank you) is there a CSS to make he layer appear under the photo not over it ?
never mind I’ve found the answer in the forum I added this :
.avia-team-member .team-social {
position: relative;
visibility: visible !important;
text-align: left;
border-radius: 3px;
width: 100%;
height: 60px;
opacity: 1 !important;
border: none;
}
and it works thank