Curves UI
I wanna change Header Forum banner to a picture. - Printable Version

+- Curves UI (https://www.curvesui.com)
+-- Forum: Product Support (https://www.curvesui.com/forumdisplay.php?fid=12)
+--- Forum: Support (https://www.curvesui.com/forumdisplay.php?fid=4)
+--- Thread: I wanna change Header Forum banner to a picture. (/showthread.php?tid=83)



I wanna change Header Forum banner to a picture. - SwordLow - 22-06-2025

I wanna change Header Forum banner to a picture. please help me.


RE: I wanna change Header Forum banner to a picture. - Judel - 29-04-2026

You would need to add the following code to your global.css in the theme:

Code:
.navbar.bg-body {
  background-image: url("https://yoursite.com/images/yourimage.png");
}