Unusual Color Formatting for Certain Components

Hey Adam,

Sorry for the late response and thanks for getting back. I wasn’t clear on what exactly I wanted to change in regards to the ud-input but I figured it out. For the font of the dropdown select (the default teal/green), I wanted to change that.

However, I was able to figure it out by defining it in the theme hashtable definition:

$ThemeColor = New-UDTheme -Name "Lotto" -Definition @{
     # Changes the font color of the select drowpdown 
  '.select-dropdown li span' = @{
    'color' = "#ff3b3f"
    }
}

Default Font Color of UDInput’s select dropdown:

Applying changes to theme:

Thanks again for the help and the product. I added all of this in here for newbies like me who want to be a little more creative with their sites.

1 Like