Jump to content

Social Network Links don't display


Recommended Posts

The problem is there, because this rule (global.css):

 

#footer li a {
  1. backgroundurl(../img/arrow2.png) left center no-repeat;
  2. padding-left15px;
  3. displayblock;
  4. color#999;
}
 
override this one (socialnetworkslink.css):
 
 
ul.isocial li a {
  1. floatleft;
  2. background-image:url('../img/socialletter.png');
  3. background-position0 0;
  4.  
    backgroundrepeat:no-repeat;
  5. displayinline-block;
  6. text-indent-9999px;
  7. overflowhidden;
  8. width24px;
  9. height24px;
  10. positionrelative;
}

 

Just change socialnetworkslink.css

 

ul.isocial li a 

 

to this:

 

#footer ul.isocial li a 

 

And it should work.

  • Like 2
Link to comment
Share on other sites

Ok thanks.

 

So do I just change socialnetworkslink.css? does everything under global.css stay the same?

And where do I find socialnetworkslink.css?

 

thanks


Have you modified this module? I just tested it and it worked perfectly for me.

 

I suggest you go here and download the latest zip and install it again.

 

Marty Shue

Thanks.

Link to comment
Share on other sites

  • 2 weeks later...

The problem is there, because this rule (global.css):

 

#footer li a {
  1. backgroundurl(../img/arrow2.png) left center no-repeat;
  2. padding-left15px;
  3. displayblock;
  4. color#999;
}
 
override this one (socialnetworkslink.css):
 
 
ul.isocial li a {
  1. floatleft;
  2. background-image:url('../img/socialletter.png');
  3. background-position0 0;
  4.  
    backgroundrepeat:no-repeat;
  5. displayinline-block;
  6. text-indent-9999px;
  7. overflowhidden;
  8. width24px;
  9. height24px;
  10. positionrelative;
}

 

Just change socialnetworkslink.css

 

ul.isocial li a 

 

to this:

 

#footer ul.isocial li a 

 

And it should work.

Thank you. I sorted it out!  :)

Link to comment
Share on other sites

×
×
  • Create New...