Hi @tbrink - happy to help. I’m only a matter of weeks ahead of you.
- Install the CSS Tools Plugin
- Drag the CSS Tools element (in visual tools) onto the page
- Create a workflow ‘When Page is Loaded’
- Add an Action by going to Element, then under CSS Tools select ‘Add Custom Style to Head CSS Tools’
- In the Action, select the CSS Tools element if not pre-selected
- Paste text below into Your CSS
::-webkit-scrollbar { width: 0px; height: 0px;}
This does not appear to work in FireFox. My users don’t use it so I’ve not bothered to find how to get it working there but if I find something I’ll post it here.
UPDATE: I scoured the web for CSS that might work across all browsers but could not get anything to work in FireFox. I’m not skilled enough to know what I’m doing but it looks like it might require a combination of HTML and CSS. Perhaps someday a good soul will take pity on us and post a ‘free’ solution here.