Jump to content
This topic contains 33 posts. A summary containing the most significant posts is available

Featured Replies

Posted

How do I add a background image to the header?

.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

  • Author

Thank you so much for your help.

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

Thanks @Drewfus.

About the mobile header ? Please ðŸ˜¬

Got it :

 

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

Header updated :

image(1).webp.33bf4cef9a7a3149b74cc9728fb7d226.webp

Could contain: File, Screen, People, Person, Adult, Male, Man, Computer Hardware, Monitor, Face

Could contain: File, Webpage, Person, Adult, Male, Man, Computer Hardware, Electronics, Hardware

  • Author

Now only if I knew how to update my categories and navigation with background images. That'll be lovely.

you mean category header?

Could contain: People, Person, Child, Female, Girl, Adult, Male, Man, Crowd, Face

  • Author

Yes I do

For forum categories titles : .ipsBox__header { 
For widget titles : .ipsWidget__header {

Edited by SoloInter

.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;
}
  • Author

Thanks guys. This worked out well.

your welcome

  • Author

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

Screenshot the zone you are speaking about. 

Because this :
.ipsBox__header 

This should change home forum and categories forum.

>> home : Index forum with BG titles set up

>> Categories : Subforum BG titles

 

Edited by SoloInter

  • Author

I tried the old code below but it didn't work.

 

  • Author

Could contain: File, Computer Hardware, Electronics, Hardware, Monitor, Screen

@FeigelInc

Inspect element and add a custom css !

This work fine.

  • Author

How do you do it code wise? I tried the old way and it doesn't work for me.

@Feigel Inc.

For all block? or only this specific block selected by you !

 

  • Author

Just the specific block, that way I can use the code to do the rest.

Recently Browsing 0

  • No registered users viewing this page.