hi guys!!
please, in the Pet version of the Ego template I'm trying to replace the background image in the MASTHEAD module... but, when I do, the image appears very dark... it seams like it had an overlay or something... I've even tried with the original red background for the pet's template, and it doesn't look with the bright red, but more like a burgundy color... you may see here: https://fullday.novateca.com.ve/fotos-2
I have checked the template layout, tools > CCS custom style, the module settings... don't know where may be the misconfiguration...
the only thing I have found while in the front site and with the firefox developer tool / styles... is that the image link is duplicated:
element {
background-image: url('/images/fullday/varios/masthead.jpg#joomlaImage://local-images/fullday/varios/masthead.jpg?width=1650&height=324');}
and in the original demo site is only once:
element {
background-image: url('/images/joomlart/pet/others/masthead.jpg');
}
please, what should it be?
thanks a lot!!