studioart

Enfold - Logo on Mobile

Feb 6th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*ENFOLD - HEADER - INSERTS THE ALTERNATIVE (TRANSPARENT) LOGO ON MOBILE DEVICES*/
  2. @media only screen and (max-width: 767px) {
  3.   .responsive #top  .av_header_transparency .logo img.alternate {
  4.    opacity: 1;
  5.     display: block;
  6.  }
  7. .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
  8.    opacity: 0;
  9. }}
Add Comment
Please, Sign In to add comment