Skip to main content
Solved

How to edit FME Server App CSS style?

  • September 20, 2021
  • 1 reply
  • 88 views

skime
Contributor
  • Contributor
  • 14 replies

I would like to remove the scrollbar from the FME Server App website. To achieve such action I need to edit FME Server App HTML and CSS code. Is this even possible?

Best answer by redgeographics

The files live somewhere in the FME Server installation directories (although I'm not sure where) so theoretically it would be possible.

If you do it that way you're changing it for all FME Server Apps though, so be careful. I'd also recommend backing up any files you change, just in case.

It might be better to build your own web app using Rest API calls to talk to FME Server.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • Best Answer
  • September 21, 2021

The files live somewhere in the FME Server installation directories (although I'm not sure where) so theoretically it would be possible.

If you do it that way you're changing it for all FME Server Apps though, so be careful. I'd also recommend backing up any files you change, just in case.

It might be better to build your own web app using Rest API calls to talk to FME Server.