Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #526045

    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

    • This topic was modified 9 years ago by HKlearning.
    #526107

    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

    #526113

    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

    #526116

    … here you can see the picture of it:

    Picture of the issue

    I mean the half transparent rectangle behind the three social icons

    #526121

    Hi!

    Please change the code to following one

    .responsive #top .avia-team-member .team-social {
    background: transparent; 
    border: none; 
    }

    Cheers!
    Yigit

    #526137

    Cool! Thank you – now it works!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Team member responsive – remove border around social icons’ is closed to new replies.