Joomla 4, T4 framework, t4_bs5_blank template.
Want to add a dark background texture to module positions so the whole page
doesn't look flat black. Tried it with:
.t4-module {
background-image: url (...images/backgrounds/bg.header.png) !important;
}
but it doesn't work.
Please advise.