CSS Styling Problem nav-action-button

Hello,

I would like to style the nav-action-button text color. The element currently looks like:
Screenshot 2021-06-13 at 13.43.39

Is there a possibility to also style the left one with a white font (I dont like the grey color right now) color when activated? My current CSS looks like:

Thanks!

Hi, is this what you need?

image

The css rule for changing the fill color for that icon is very peculiar:

.nav-action-button.is-active > .help > .widget-icon {
    fill: var(--text-on-accent);
}

Thanks so much!

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