Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Antes de </style>:
- .custom-like-button *{cursor:pointer!important;}
- .custom-like-button {position:relative; display:inline-block; vertical-align:top; width:10px; margin-top:.2px; height:10px; cursor:pointer; font-size:12px; color:#000; float:right; margin-left:10px;}
- .like_button:hover + .our_button {color:#corhover;}
- .like_button.liked + .our_button {color:#corfinal;}
- .like_button iframe {width:100%!important;height:100%!important;}
- .like_button {z-index:10;opacity:0;}
- .our_button {z-index:1;}
- .our_button,.like_button {position:absolute;top:0;left:0;width:100%;height:100%;}
- Nos Blocks:
- <div class="custom-like-button">{LikeButton}<span class="our_button"><i class="fa fa-heart"></i></span></div>
Advertisement
Add Comment
Please, Sign In to add comment