Select to view content in your preferred language

Can you use a banner image in the header?

629
3
02-21-2019 08:30 AM
ChristinaMcCullough2
Occasional Contributor

Can you use a banner image in the header?

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus

Christina,

   This could be done in WAB Dev. There is no setting for this it would involve changing code.

0 Kudos
ChristinaMcCullough2
Occasional Contributor

I agree.  I am trying to figure out where I should do this.  I am assuming in the theme's header widget > style.css.  I think I have answered my own question.  I guess I need to say it out loud before the light bulb went off. 

RobertScheitlin__GISP
MVP Emeritus

Yes, I would add a background-image css rule for the Headercontroller widgets main div.

.jimu-widget-header-controller {
  background-image: url("images/carbonfiber.png");
  background-repeat: repeat, repeat;
}