Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Ignite - background image

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi there

My website: www.dlcomponents.co.za

I've placed the following code in custom.css

(- www.dlcomponents.co.za/templates/ignite/css/custom.css)

body
{
background-image:url(/images/bacground.jpg);
background-repeat:no-repeat;
background-position:right top;
}

but the background image is not showing up

any suggestions to what I'm doing wrong? I used the same coding the otherday with one of my other websites and it worked fine, I'm sure it is just something small that I'm doing wrong

(see filezilla path of the image attached)
Attachments:
  • Juicyberries's Avatar
  • Juicyberries
  • 3 Month Basic
  • 191 posts
  • Karma: 0
The administrator has disabled public write access.
Site is off line at the moment

Is the path working for the image? Do you see a 404 for it if you view the site using the Chrome DevTools

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi there

The site is online now
I've changed the path to the following but background image is still not showing up
I've also changed the image name to read background.jpg

body
{
background-image:url(templates/images/bg/background.jpg);
background-repeat:no-repeat;
background-position:left top;

}
  • Juicyberries's Avatar
  • Juicyberries
  • 3 Month Basic
  • 191 posts
  • Karma: 0
The administrator has disabled public write access.
body {
background-image: url(/templates/ignite/images/background.jpg);
background-repeat: no-repeat;
background-position: top right;
}

Still not working? I'm am doing something wrong and it is probably something small, but I just can't get this background Image to show up :(
  • Juicyberries's Avatar
  • Juicyberries
  • 3 Month Basic
  • 191 posts
  • Karma: 0
The administrator has disabled public write access.
This coding finally worked


body {
background: url(../images/background.jpg) !important;
background-repeat:no-repeat !important;
background-position:left top !important;
}
  • Juicyberries's Avatar
  • Juicyberries
  • 3 Month Basic
  • 191 posts
  • Karma: 0
The administrator has disabled public write access.
Great thanks for letting us know.

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers