Solved

Ideation Product Drop Down isn't visible - background color and text color are the same,

  • 21 January 2023
  • 2 replies
  • 23 views

I am trying to launch ideation and the product drop down is showing a white background with white text. My primary color takes over when one hovers over the items in the list. I changed the color scheme back to defaults in my staging environment, and the behavior remained the same. Is there a way to change the text color of this list so that it can be read?

icon

Best answer by olimarrio 23 January 2023, 11:12

View original

2 replies

Userlevel 4
Badge +3

Hey @kristinekukich 👋,

The dropdown is being effected by the following colour: 

Theme → Cards → Text Color - Default

You can see the dropdown when I change the colour like so:

 

This also affects the colour of the product areas at the top of individual ideas:

If there was a particular reason for keeping the current colour (#f1f3f7), you could add some custom CSS to override this element like so:

.product-area-item {
color: red;
}

 

Thanks, @olimarrio. I just couldn’t find it. That took care of it.

Reply