danine1

add image to overlay menu mobile bateaux

Mar 4th, 2020
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1. .logo-mobile-overlay {
  2. background-image: url(https://woocommerce-334359-1174199.cloudwaysapps.com/wp-content/uploads/2020/02/paloma-demo-logo.png);
  3. background-repeat: no-repeat;
  4. width: 35px;
  5. height: 55px;
  6. background-position: center;
  7. margin-bottom:25px;
  8. }
  9.  
  10. .logo-mobile-overlay a{
  11. display:none!important;
  12. }
  13.  
  14. @media only screen and (min-width: 961px) {
  15. .logo-mobile-overlay {
  16. display:none!important;
  17. }
  18. }
Add Comment
Please, Sign In to add comment