Q: Hello.
How do we remove the slice logo and link in the bottom of an exported scorm? Thanks
Katchal
May 14, 2024A: You'll need to create a custom design template. Copy the template you're using, then when you edit the copy you'll see the logo at the top of the edit screen. Either replace it with yours or simply delete the Slice logo. Here's a video to show you how to do it. https://www.youtube.com/watch?v=LFgwFbA5mQw

Verified purchaser
Thank you but I was referring to the slice logo and link on the last page (results page) of each created scorm. It is there even if I use a custom design. How can we remove that?

Verified purchaser
I have found a solution, at last! Unfortunately Slice have not been very forthcoming with the answer on this.
When you download the SCORM package, copy the index.html file, open as 'all file types' in notepad, search for
<img class="logoSliceWhite" src="./img/slice_logo_white.png" alt="logo" style=" z-index: 999999999;
position: absolute;
width: 90px;
left: 30px;
bottom: 25px;">
-------------------------
DETELE this, save the file, add back into the Zip file and hey presto, that pesky Slice logo will be removed from the results page.
This has been slowly driving me potty for months!