Advertisement
schiavassa

Bloq Theme - Always show thumb titles on touch devices

May 6th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.61 KB | None | 0 0
  1. /* Always show thumbs titles on touch devices */
  2. .touch #portfolio-grid .overlay,
  3. .touch #portfolio-grid .post:hover .overlay {
  4.     background: transparent !important;
  5.     opacity: 1;
  6.     box-shadow: none;
  7.     -webkit-box-shadow: none;
  8. }
  9.  
  10. .touch #portfolio-grid .overlay .icon.plus,
  11. .touch #portfolio-grid .post:hover .overlay .icon.plus {
  12.     display: none;
  13. }
  14.  
  15. /* Change color of text if needed */
  16. .touch #portfolio-grid .overlay .project-title,
  17. .touch #portfolio-grid .overlay .categories {
  18.     color: #fff;
  19. }
  20.  
  21. .touch #portfolio-grid .overlay .project-title::after {
  22.     background-color: #fff;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement