Forum Discussion
MichaelBauer
8 years agoCommunity Member
Labelled Graphic arrows
Hi all
Is there a way I can remove the arrows on the info pop-ups on a labelled graphic? As I only have one icon on this image, the arrows aren't required.
StuartMarshall-
8 years agoCommunity Member
You can definitely do it by tweaking the exported CSS (main.bundle.css) file. It is the entry for .bubble__controls
that you would need to find and edit to something like:
.bubble__controls {
visibility: hidden;
}
This will remove the arrows in the Labelled Graphic. Note: If this same class is used in any of the other blocks/lessons then it would remove the navigation arrows from them too. I don't know if it is used elsewhere or not.
- JenniferTurn2855 years agoCommunity Member
Thanks for the work around Stuart, it was a big help.
Do you know if it is possible to replace the arrows with a cross that will close the bubble when selected?
Related Content
- 11 months ago