How do I Change text color to Wix dialogs?

I’m new to creating installers using Wix, I managed to get it all done and the installer is working as expected. The only issue I’m having is that I’m using a background and banner image for the WixUI_Minimal dialogs and these are dark color images so some of the text is now showing since the color of the text is black.
I will like to know how to change the text color to another color on each of the dialogs depending on the needs. In the first screen where is the license agreement I want it to be orange and in the installation process in the top banner I want it to be white. How can I achieve this ? Please suggest best solution .

To change the text color in Wix dialogs, you can use CSS. Here are the steps:

  1. Open the page where you have the Wix dialog that you want to modify.

  2. Click on the Wix dialog to open its settings.

  3. Click on the “Advanced” tab.

  4. Click on “Add Custom CSS”.

  5. In the CSS editor, add the following code to change the text color:
    /* Change the text color to red */ .wixDialogWrapper.text { color : red; }
    You can replace “red” with any other color that you want to use.

  6. Click on “Apply” to save the changes.
    The text color in your Wix dialog should now be changed according to the CSS code that you added. PaybyPlateMa

To change the text color in Wix dialogs, you can follow these steps:

  1. Open the Wix Editor and navigate to the page where you have added the dialog.

  2. Double-click on the dialog element to open its settings.

  3. In the dialog settings panel, click on the “Design” tab.

  4. Look for the “Text” section, which should have options for customizing the text appearance.

  5. Within the “Text” section, you will typically find options to change the font color, size, style, and alignment.

  6. Click on the color picker or color swatch to open the color selection tool.

  7. Choose the desired color for your text by either selecting a preset color or entering a specific color code.

  8. Preview the changes to see how the text color looks in the dialog.

  9. Once you are satisfied with the changes, click “Save” to apply the new text color to the dialog.
    Note: The specific steps and options may vary depending on the version of Wix you are using and the specific dialog element you are working with. MyFedLoan