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....

    brusamolino

    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

        Write a Reply...
        You need to Login to view replies.