Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2015-01-22 12:58:33

outpostjeff
Member
Registered: 2014-02-24
Posts: 27

SM Sharing Buttons - elim drop shadow efx?

Is there a way to eliminate the drop shadow effect on the type/icons on Social Media Sharing buttons?
smds.png
smb_settings.png

Offline

#2 2015-01-22 13:07:20

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: SM Sharing Buttons - elim drop shadow efx?

Looks like I didn't build in such an option.

If you've setup PHPlugins and custom CSS, this should do it:

.social-media-profiles ul li.social-bg a, 
.social-media-profiles ul li.social-bg a:hover, 
.social-media-profiles ul li.social-bg span, 
#footer .social-media-profiles ul li.social-bg a, 
#footer .social-media-profiles ul li.social-bg a:hover, 
#footer .social-media-profiles ul li.social-bg span, 
.social-media-sharing p span a, 
.social-media-sharing p span a:hover, 
.social-media-sharing p span a span, 
.social-media-sharing ul li a, 
.social-media-sharing ul li a:hover, 
.social-media-sharing ul li span 
    {
    text-shadow: none;
    }

Matt

The Turning Gate, http://theturninggate.net

Offline

Board footer

Powered by FluxBB