Fullscreen icon not visible enough

andrewq
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.

Comments

3 comments

  • Comment author
    andrewq

    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
  • Comment author
    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.

    Ian

    0
  • Comment author
    andrewq

    Thanks Ian! This should work well for our situation.

    0

Please sign in to leave a comment.