My "style.css" reads as follows:
Quote:
@import url('../parentTheme/styles/backgrounds_CSS_only.css');
div#headerandmenuwrapper
{
background: none !important;
background-image: url('images/ACPR-Logo.png') !important);
background-repeat: no-repeat !important;
}
div#header
{
background: none !important;
}
|
On the other hand, the imported file ("backgrounds_CSS_only.css") reads as follows:
Quote:
div#headerandmenuwrapper
{
background: #0000FF;
}
div#header
{
background: #00FF00;
}
|
I just can't understand why, if I indicated "background: none !important;" for both "div#headerandmenuwrapper" and "div#header" selectors, the image "background-image: url('images/ACPR-Logo.png') !important);" doesn't show.
The site can be seen "
here."
Any guidance is appreciated. Thanks!!!
