Hello
Is it possible to remove the border and the background behind the social icons (only visible in the mobile version) of the team member function?
here ist our website:
http://www.hklearning.info
Hi Simon!
Please add following code to Quick CSS as well
@media only screen and (max-width: 990px) {
.team-social-inner a {
background: transparent!important;
border: none!important;
}}
Cheers!
Yigit
Hi Yigit
Thanks for the quick answer. But I did not mean the background and the boarder of the icons. I meant the background rectangle behind the round icons.
Sorry for my inaccurate description!
But can you help me?
Regadrs,
Simon
… here you can see the picture of it:
I mean the half transparent rectangle behind the three social icons
Hi!
Please change the code to following one
.responsive #top .avia-team-member .team-social {
background: transparent;
border: none;
}
Cheers!
Yigit
Cool! Thank you – now it works!