Hi, is there a way to change the color of the fullscreen icon? My configurator needs a white background which makes it hard for some people to see the fullscreen button.
Hi, is there a way to change the color of the fullscreen icon? My configurator needs a white background which makes it hard for some people to see the fullscreen button.
0
Ian Drews
Hi andrew,
there isn’t a way built into the API however you can target the fullscreen button with CSS and apply a filter to it to change the color, for example this filter filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%); will make the button green if applied. Hope that is helpful.
Comments
3 comments
Hi, is there a way to change the color of the fullscreen icon? My configurator needs a white background which makes it hard for some people to see the fullscreen button.
Hi andrew,
there isn’t a way built into the API however you can target the fullscreen button with CSS and apply a filter to it to change the color, for example this filter
filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
will make the button green if applied. Hope that is helpful.Ian
Thanks Ian! This should work well for our situation.
Please sign in to leave a comment.