In the SmartUI, we are succesfully overriding the center top banner graphic, but looking for options to have an underlying <a href"#"> tag around that graphic (acting how the home icon currently does). We were able to do this in CS10 using Expressions.
Here is CSS override we are utilizing to swap the graphic (we want this banner graphic to have an underlying hyperlink resolving to home page - like the home icon in banner currently does):
.binf-widgets .binf-navbar-brand > .csui-logo > .csui-logo-image {
background-image: url(/img/pacificlife/knet-logo-small.png);
background-repeat: no-repeat;
height: 23px;
width: 352px;
}
Our dev environment is running: Content Server 16.0.3 (2016-12), build 1207
