Ffuser1 Please what's the css selector for the notification page header. The header 'Notifications' is near invisible in dark mode and I want to font color. I've tried to no avail .header-notifications { color:#aaaaaa!important; }
davwheat Ffuser1 .NotificationList-header { background: rebeccapurple; } .NotificationList-header h4 { color: white; }
pupsik .new .NotificationsDropdown-unread { background:red; color:white; } .NotificationsDropdown .Dropdown-toggle.new .Button-icon { color: red; } if thats what you mean...
Ffuser1 pupsik on mobile, its the label 'Notifications' displayed between back button and mark all as read.
pupsik I guess I have no idea what u ment. I apply css mentioned above to see what you mean. Didnt see anything.