Hi!
Thanks for the link. I’m not sure if I get exactly what you want, if it’s just changing the background behind “Skytteligan” or similar we can do that via CSS.
Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS
) and let us know how it works:
.widget-title {
background: red;
}
As for changing the header, if you mean the logo, unfortunately no, that would require more custom code than we can provide.
Thanks!