- Edited
Hi
in masthead module i've set a background under a title but i don't see it on frontend
Can you tell me why?
This item menù is linked to a single article
http://gola.dot360.it/index.php/chi-siamo
In item menù with blog is ok
Thanks Luca
Hi
in masthead module i've set a background under a title but i don't see it on frontend
Can you tell me why?
This item menù is linked to a single article
http://gola.dot360.it/index.php/chi-siamo
In item menù with blog is ok
Thanks Luca
Hi brusamolino
In article view it is set as transparent background with this code from template.css file
.view-article .t3-masthead .ja-masthead {
background: transparent!important;
}
Try to add to your custom.css
.view-article .t3-masthead .ja-masthead {
background: inherit!important;
}
Regards
Hi
I've add in custom.css but it doesn't function....
Sorry my fault
I changed in custom.css to
.view-article .t3-masthead .ja-masthead {
background-image:url('/images/headers/headers-01.jpg')!important;
}
Regards
but in this mode i cannot have different background
In masthead module i have set more item menù linked to article with diffferent background
brusamolino but in this mode i cannot have different background
Then remove the original code from template.css
Regards
Hi
i've removed it in template.css at line 2039 but noting... why?
can you help me?
Hi brusamolino
You should remove it from /templates/ja_mason/css/themes/light/template.css
I commented it now and ipage is showing masshead image.
Regards