View Full Version : header background image
captain_jack
07-14-2018, 07:54 AM
Hello all
Im having a time trying to get a header image to show up in place of the color option
Its been years since i used vbull
is there a specific place to upload the image to?
How long of a path should i use to call it up?
any help would be appreciated
Alice
07-23-2018, 02:48 PM
Hello all
Im having a time trying to get a header image to show up in place of the color option
Its been years since i used vbull
is there a specific place to upload the image to?
How long of a path should i use to call it up?
any help would be appreciated
Sorry your having difficulties. My favored way to do that is by way of CSS. I.E...
body {
background: #040410 url(https://domain.com/images/image.png);
background-repeat: no-repeat;
background-position: center top;
}
Hope this helps. :)
snakes1100
07-24-2018, 06:53 AM
style manager --> Style Variable Editor --> header --> header background --> Background Image (e.g., url(image.png))
Do NOT edit manually as suggested.
You can put the image in the image folder, for example where your logo is.
captain_jack
07-25-2018, 05:02 PM
thank you both kindly
Alice and snakes1100
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.