Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Changed sprited social icons, then they disappeared.

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44638
    Meigo
    Member

    I am experiencing some problems with Teamer plugin, again. I tried to change default social icons [here](http://www.throwholics.com/ “Throwholics Team”) but they disappeared. Default ones were sprited. I also changed the size 1-2px.

    Default:

    .Teamer .teamer_facebook {
    width:31px;
    height:30px;
    background-image:url(../img/teamer_facebook_button.png);
    position:absolute;
    top:10px;
    left:10px;
    display: none;
    z-index: 1;
    }

    .Teamer .teamer_facebook:hover { background-position:31px; }

    then I changed to

    .Teamer .teamer_facebook {
    width:32px;
    height:32px;
    background-image:url(../img/teamer_facebook_button.png);
    position:absolute;
    top:10px;
    left:10px;
    display: none;
    z-index: 1;
    }

    After that those icons disappeared.

    What could be the problem here?

    #134495
    Meigo
    Member

    Works now.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.