Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- in Custom CSS settings http://i.imgur.com/JOVeGCd.png :
- .row.mosaic-view.thumb-view {
- opacity: 0;
- }
- in tracking area http://i.imgur.com/ERS0PtE.png :
- <script>
- jQuery(window).load(function(){
- jQuery('.row.mosaic-view.thumb-view').css('opacity' , 1 );
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment