Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Alt/Hover Text (Title of concerto-graphic element) From showing up on screens #81

Open
robp2175 opened this issue Nov 9, 2018 · 1 comment

Comments

@robp2175
Copy link

robp2175 commented Nov 9, 2018

I use unclutter in my signsage devices to hide the cursor, but sometimes the alt text stills shows up on the screen. See the image linked below. Is there any way to disable the hover/alt text for the images from showing up?

https://ibb.co/mYy5FA

@robp2175 robp2175 changed the title Remove Alt/Hover Text From showing up on screens Remove Alt/Hover Text (Title of concerto-graphic element) From showing up on screens Nov 9, 2018
@randyarrasmith
Copy link

in your css file (you may have to inspect and add other concerto-xxxx elements but here is a simple example for 2 of them):
concerto-graphic, concerto-htmltext {
pointer-events: none;
}

or on the style of the field line in the template just :
pointer-events: none;

This works great for read only displays but will stop click events on interactive displays.

@mfrederickson mfrederickson transferred this issue from concerto/concerto Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants