Skip to content
English
  • There are no suggestions because the search field is empty.

CSS Edit: Changing the Icons to white when the masthead is dark

Put this code at the bottom of global.css in the CSS editor.

Put this code at the bottom of global.css in the CSS editor. This changes the icons to white when the masthead is dark.

.icon-notification-icon:before{ color: white !important; } .icon-bell:before{ color: white !important; } .icon-email:before{ color: white !important; } .icon-settings:before{ color: white !important; }