Add setting for messages "badge" in header

Issue #413 resolved
Jeremy Hopkins created an issue

The background of the messages badge / pill in the header is #999999 on our site. I am not sure whether this has been overriden by another setting I changed, I do not think so as I have not used #999999 anywhere.

This maybe a bug in the current version of the theme.

In any event we should have a setting to target this specifically, css to target is below:

#above-header .badge {
background-color: #E53935;
}

Comments (1)

  1. Log in to comment