Dalton Prock
Well-known member
Within UIX, you would only be able to change the color of the above with custom CSS not with a style property. For example,I would like to add a slightly different background color like this (over the username, notifications and search area) in UI.X where would I modify this property?
View attachment 233302
CSS:
.p-account {
background-color: #8BC34A;
}
Insert that within your extra.less template and then it would change the background color before looking like so.
