Hi everyone - me again! I am running a SaaS application where customers can implement a widget on their site. I am using URL parameters already for customization options and would like to give them styling choices this way as well.
Now, I would like to set a URL parameter with the HEX color code (e.g. bordercolor=FF78EF). Has anyone ever done it? When testing with arbitrary text, it doesn’t seem to apply to color (I tried with # and without).
Does it work adding border style all solid to the condition?
Is your parameter correctly written in the URL?
What border color do you obtain in your case ?
Any custom CSS that could overwrite it ?