Forum

Thread tagged as: Question

I need a custom drop-down menu color change by perch admin

Hi there,

I need a custom background and foreground (text color) change of a top nav-bar(menu) from admin panel with perch, kindly suggest a code or plugin or add on for the same concept .

Thanks!

Damian McCracken

Damian McCracken 0 points

  • 4 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

You could use Perch to add a class or modify some inline CSS. Either would work, I'd add a class if I had a set collection of colours to choose from and inline CSS if using a colour picker or similar.

Thanks for your suggestion. But color-picker isn't working in IE11, could you please help what can I do to support color-picker in IE too?

My code to show color-picker is as below:

<perch:content type="color" id="favcolor" label="Fonts color" required="true" />
Drew McLellan

Drew McLellan 2638 points
Perch Support

IE11 doesn't support HTML color fields, no.

https://caniuse.com/#feat=input-color