Copy link to clipboard
Copied
I need to remove this icon from my courses entirely, it's confusing and not user-friendly. I don't know how to do this, unfortunately. Our courses are responsive but not built using fluid boxes so we shouldn't see this icon in the first place. I tried speaking to Adobe Support but they didn't really fix the problem. I can still see this icon now and again.
Any ideas?
Thank you.
Copy link to clipboard
Copied
You should be able to press F12 in the browser, in IE click the DOM Explorer Tab, then select the pointer icon and click on that icon. It's almost the same in Chrome.
See what the id of the icon is and then on the first slide, on enter execute the JavaScript:
document.getElementById("icon id").style.display="none";
Copy link to clipboard
Copied
good tip, I'll try this. Thank you
Copy link to clipboard
Copied
I don't know if you saw this discussion, but the OP figured it out:
Copy link to clipboard
Copied
Thank you, we do apply different effects to our objects and the expand box seems to appear on such objects. I'll check if removing effects solves the problem.