margin-top: 10px;
width: 58px; }
-#content-wrapper .right .stButton .sharethis {
+.right #shareThisOrange .stButton .chicklets {
+ display: none; }
+
+#shareThisOrange {
background-image: url("../assets/share-icon.png") !important;
width: 52px;
height: 22px; }
<li><a "http://www.flickr.com/discoverkalamazoo/" class="flick"></a></li>
<li><a href="http://instagram.com/discoverkzoo#" class="instagram"></a></li>
<li><a href="https://plus.google.com/b/115700146801924187896/115700146801924187896/posts" class="google"></a></li>
- <li><span class='st_sharethis' st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>'></span></li>
+ <li><span id="footerShareThis" class='st_sharethis' st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>'></span></li>
</ul>
</div>
</div>
-<?php echo '<span class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>'; ?>
+<?php echo '<span id="shareThisOrange" class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>'; ?>
<?php if(function_exists('bcn_display') && !is_front_page())
{
echo "<div class=\"breadcrumbs\">";
margin-top: 10px;
width: 58px;
}
-#content-wrapper .right .stButton .sharethis {
+.right #shareThisOrange .stButton .chicklets{
+ display: none;
+}
+ #shareThisOrange{
background-image: url("../assets/share-icon.png") !important;
width: 52px;
height: 22px;
+}
+#footerShareThis{
+// margin-top: 10px;
}
\ No newline at end of file