Skip to main content
Nintex Community Menu Bar
Solved

Change background colour of a Skuid Page component being loaded

  • July 11, 2024
  • 2 replies
  • 30 views

Forum|alt.badge.img+4

Hello!

The background colour of a Skuid Page component added to a Community is by default white when it is being loaded. Is it possible to change that colour?

image.png

Many thanks!

Jesús

Best answer by Rob_Hatch

The standard Skuid Lightning Page component does not have configuration options like this. Its a good suggestion - or we might also just ensure the background is transparent during loading.

You can call a skuid page from your own Lightning Component. I’m guessing that you could define the background color parameter of the component there. Here are docs about that method: https://docs.skuid.com/latest/v2/en/skuid/deploy/salesforce/lightning/#creating-the-lightning-component-bundle

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • Answer
  • July 12, 2024

The standard Skuid Lightning Page component does not have configuration options like this. Its a good suggestion - or we might also just ensure the background is transparent during loading.

You can call a skuid page from your own Lightning Component. I’m guessing that you could define the background color parameter of the component there. Here are docs about that method: https://docs.skuid.com/latest/v2/en/skuid/deploy/salesforce/lightning/#creating-the-lightning-component-bundle


Forum|alt.badge.img+4
  • Author
  • July 12, 2024

Many thanks for the suggestion Rob, I will try with a Lightning Component 🙂