Drewfus Posted November 12 Posted November 12 (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 November 12 by Drewfus SC36DC 1
Drewfus Posted November 12 Posted November 12 (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 November 12 by Drewfus SC36DC 1
SoloInter Posted November 12 Posted November 12 Thanks @Drewfus. About the mobile header ? Please 😬 SC36DC 1
SoloInter Posted November 12 Posted November 12 Got it : .ipsMobileHeader { background-image: url(https://your image/here.png); width: 100%; background-position: center bottom; background-size:cover; background-repeat: no-repeat; }
FeigelInc Posted November 12 Author Posted November 12 Now only if I knew how to update my categories and navigation with background images. That'll be lovely.
SoloInter Posted November 12 Posted November 12 (edited) For forum categories titles : .ipsBox__header { For widget titles : .ipsWidget__header { Edited November 12 by SoloInter
Drewfus Posted November 12 Posted November 12 .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; }
FeigelInc Posted November 13 Author Posted November 13 (edited) Sorry to hijack this again, how does one put a background on a forum discussion/subforum? Like forum number 7 for instance. Edited November 13 by FeigelInc
SoloInter Posted November 13 Posted November 13 (edited) 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 November 13 by SoloInter
FeigelInc Posted November 13 Author Posted November 13 I want to add a background to Monday Night Ward for instance on my website. Forums - Asylum Wrestling Society
SoloInter Posted November 13 Posted November 13 On this page ? : https://awsefed.com/index.php?/forum/20-televised-events/
FeigelInc Posted November 13 Author Posted November 13 I tried the old code below but it didn't work.
Marco Junior Posted November 13 Posted November 13 I use bg header 😄 https://community.lightningmu.net/
Marco Junior Posted November 13 Posted November 13 @FeigelInc Inspect element and add a custom css ! This work fine.
FeigelInc Posted November 13 Author Posted November 13 How do you do it code wise? I tried the old way and it doesn't work for me.
Marco Junior Posted November 13 Posted November 13 @Feigel Inc. For all block? or only this specific block selected by you !
FeigelInc Posted November 13 Author Posted November 13 Just the specific block, that way I can use the code to do the rest.
Recommended Posts