Advertisement
jamescolin

LE MENU DE TA MÈRE

Nov 14th, 2021 (edited)
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <script>
  2. var jamesmenutext = '&lt;&lt; RETOUR VERS MES FORMATIONS &nbsp;&nbsp; <i class="im-2x im-logo membership-logo"></i>';
  3. var jamesmenulink = 'https://systeme.io/dashboard/school/?sa=sa70e8f959144492c58421f4190162f858&tk=retourformation_menu';
  4.  
  5. document.querySelector('.navbar').innerHTML = '<div class="container-xxxl px-5 px-xxl-7">'
  6. +'<a href="' + jamesmenulink + '" target="_blank" class="menuretour">' + jamesmenutext + '</a>';
  7. +'</div>';
  8. </script>
  9.  
  10. <style>
  11. .menuretour{font-family: var(--course-font-family);color: var(--navbar-item-color);cursor: pointer;font-size: 14px;justify-content: center;text-decoration: none;text-transform: uppercase;transition: 0.5s;}
  12. .menuretour:hover {color: var(--navbar-item-hover-color);text-decoration: underline;opacity: 0.8;}
  13. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement