Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. .et-fixed-header .logo_container > a {
  2. background: rgba(0, 0, 0, 0) url("http://jetdental-network.mystagingwebsite.com/wp-content/uploads/2018/04/JetDental_2000.png") no-repeat scroll 0 0 / 100% auto;
  3. }
  4. .et-fixed-header #logo {
  5. opacity: 0;
  6. }
  7.  
  8. .et-fixed-header #logo {
  9. opacity: 0;
  10. transition: none;
  11. -webkit-transition: none;
  12. }
  13. .et-fixed-header #logo {
  14. position: relative;
  15. }
  16.  
  17. .et-fixed-header .logo_container a {
  18. background-image: url("http://jetdental-network.mystagingwebsite.com/wp-content/uploads/2018/04/JetDental_2000.png");
  19. background-size: contain;
  20. height: 98px;
  21. display: inline-block;
  22. background-position: 100% 7%;
  23. margin-left: -5px;
  24.  
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement