Backgorund will not update!!!! - Joomla! Forum - community, help and support
check other template background problems on forum don't seem able find answer.
a resent change template css switch on new background image not seem work!
no matter still shows old background in browser/s... i've tried clearing cach cookies name test browsers , server , still old images displayed... help!
oh! , i've tried rename new image same old 1 , still old image shows up.
body{
margin:0;
padding:0;
background-color: black;
background-image: url('../images/dom-cover.jpg');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
font-family: verdana;
font-size: 14px;
}
help please driving me round bend
a resent change template css switch on new background image not seem work!
no matter still shows old background in browser/s... i've tried clearing cach cookies name test browsers , server , still old images displayed... help!
oh! , i've tried rename new image same old 1 , still old image shows up.
body{
margin:0;
padding:0;
background-color: black;
background-image: url('../images/dom-cover.jpg');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
font-family: verdana;
font-size: 14px;
}
help please driving me round bend
it you're new background not on riding template background rule.
try adding !important, tells css override.
background-image: url('../images/dom-cover.jpg') !important;
try adding !important, tells css override.
background-image: url('../images/dom-cover.jpg') !important;
Comments
Post a Comment