Re: Changing Background Color on Entity Form Download Button
Hi @harrynicol ,
There are many ways you can change the color of the button in the entity form. This is one of the way for your reference.
Assuming you have created the page and added the entity form in that page. Then you can follow the below steps.
Steps:
1. Edit the portal app> choose the page where you added the entity form. ( Screenshot below for reference)
2. Click the button where you want to change the color.

3. Select the button and click source code editor icon in the bottom.
4. And then you can add your inline style of the button background color like below.
<button onclick="document.location='~/Admin'" style="background-color: #008CBA; font-size: 16px; color: black;">Back To List</button>
Hope it helps. Thanks
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.