Add a background image - Joomla! Forum - community, help and support
hi,
i'm trying overlay background image, thought simple going template.css lines 6013-6017 , adding line of code (as below)
body.site {
border-top: 3px solid #0088cc;
padding: 20px;
background-color: #f5f6f7;
background-image: url(../images/bg1.jpg);
but not seem work, tried changing background color none, still nothing.
any ideas?
i'm trying overlay background image, thought simple going template.css lines 6013-6017 , adding line of code (as below)
body.site {
border-top: 3px solid #0088cc;
padding: 20px;
background-color: #f5f6f7;
background-image: url(../images/bg1.jpg);
but not seem work, tried changing background color none, still nothing.
any ideas?
afternoon,
hadn't paid attention before, reason it's in head of index.php - 1 go before external style sheet.
strange way it, there might reason.
mick.
hadn't paid attention before, reason it's in head of index.php - 1 go before external style sheet.
strange way it, there might reason.
mick.
Comments
Post a Comment