How to change Essential Grid default text color and size?

Hi There,

I have spent hours to try and change default text color on the filter dropdown list in essential grid.

The dropdown list itself I could alter, but can’t find any answers for altering default text.

Realy hope you can assist met, Thanks

Hello @flowdivision,

Thanks for asking. :slight_smile:

Please add following CSS under X > Launch > Options > CSS to change color:

.esg-selected-filterbutton {color: #fff;}

.eg-icon-down-open:before {color: #fff;}

Thanks.

Hi There,

Thank you for you quick reply, can I change font size aswell?
I cant’t find no options under X-Launch, where do I have to add the code?
I wanted to make one page wiht 3 portfolio options but the drop down menu hides under the next section, what am I doing wrong?

Thanks!

Hi there,

You can set the z-index of the filter option so that it will be displayed above the section next to it.

I was going to suggest a CSS code for it but when I checked your site, you seem to have changed the structure to inline option instead of dropdowns.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.