Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- var jamesmenutext = '<< RETOUR VERS MES FORMATIONS <i class="im-2x im-logo membership-logo"></i>';
- var jamesmenulink = 'https://systeme.io/dashboard/school/?sa=sa70e8f959144492c58421f4190162f858&tk=retourformation_menu';
- document.querySelector('.navbar').innerHTML = '<div class="container-xxxl px-5 px-xxl-7">'
- +'<a href="' + jamesmenulink + '" target="_blank" class="menuretour">' + jamesmenutext + '</a>';
- +'</div>';
- </script>
- <style>
- .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;}
- .menuretour:hover {color: var(--navbar-item-hover-color);text-decoration: underline;opacity: 0.8;}
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement