When working with any website, familiarizing yourself with how CSS debugging works in a browser is highly recommended. If you press F12 in the preview or in a browser with the HMI loaded and select the label you'll see why this happens: It happens, because all labels inside a popup are by default shown in white, so you can override this CSS by creating a custom CSS by selecting the "Recipe Edit" widget in Code Manager: If you name this CSS "my_recipe" you can use the exact same code as shown above. The in the popup select the Recipe Edit widget and simply add the CSS modifier "my_recipe" there: The solution would be the same on any other website as WebIQ only uses HTML5, CSS3 and JavaScript in the browser.
... View more