Jump to content

Recommended Posts

Posted (edited)
.ipsHeader__primary {
  background-image: url(your image here);
  width: 100%;
height: 450px;
  background-position: center top;
  background-size: cover;
 background-repeat: no-repeat;
}

change height if you like also position .

Edited by Drewfus
Posted (edited)

your welcome if you want image in side nav panel

.ipsNavPanel .ipsLogo {
	 background-image: url(https://your image/here.png);
  width: 100%;
  background-position: center bottom;
  background-size: cover;
 background-repeat: no-repeat;
}

same adjust position of image center center, center top or center bottom

Edited by Drewfus
Posted

Got it :

 

.ipsMobileHeader {
    background-image: url(
https://your image/here.png);
      width: 100%;
      background-position: center bottom;
      background-size:cover;
     background-repeat: no-repeat;
}

Posted
.ipsWidget__header {
	 background-image: url(https://yoursite/images/pic.png);
  width: 100%;
border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom: 1px solid #EEEA65;
  background-position: center bottom;
  background-size: cover;
 background-repeat: no-repeat;
}
Posted (edited)

Sorry to hijack this again, how does one put a background on a forum discussion/subforum? Like forum number 7 for instance.

Edited by FeigelInc
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...