Advertisement
Codificando

Codificando - Instagram Rodapé

Oct 25th, 2015
12,955
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.73 KB | None | 0 0
  1. <div id="instagram-rodape" class="hide">
  2.     <div class="conteiner">
  3.         <a href="https://instagram.com/lojaintegrada">Siga-nos no Instagram</a>
  4.     </div>
  5.     <!-- INSTANSIVE WIDGET -->
  6. </div>
  7. <script type="text/javascript">
  8.     $(document).ready(function() {
  9.         if($('#rodape').length && $('#rodape .pagamento-selos').length) {
  10.            $('#rodape').before($('#instagram-rodape').removeClass('hide'));
  11.         } else {
  12.             $('#instagram-rodape').remove();
  13.         };
  14.     });
  15. </script>
  16. <style>
  17.     #instagram-rodape .conteiner { padding: 0; background: transparent; box-shadow: none; max-width: 1180px; margin: 50px auto 15px; }
  18.     #instagram-rodape .conteiner a { font-size: 20px; font-weight: 600; }
  19. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement