Thanks a lot Kyle!
Not exactly what I was looking for but I’ve managed to dig out the rest from that tip.
In the end the css looked like this:
#rowID a, .ui-widget-content {
color: #ffffff;
font-size: 18px;
font-weight: 600;
line-height: 110%;
width: 250px;
margin-top: 110px;
margin-bottom: 110px;
padding: 10px 10px 10px 10px;
border: 2px #ffffff solid;
}
#rowID a:hover, .ui-widget-content {
color: #203664;
font-size: 18px;
font-weight: 600;
line-height: 110%;
width: 250px;
margin-top: 110px;
margin-bottom: 110px;
padding: 10px 10px 10px 10px;
border: 2px #203664 solid;
}
#rowID.dynamic-header-change {
height: auto;
background-image: url(“”);
}
Thanks again!