You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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.
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
The text was updated successfully, but these errors were encountered: