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.

How to change front page banner background image of nebula template

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

Hi,

Where can i find the files for the header image so i can put my own images (for the background) and not those of the template?

Thank you!!!!
  • Evyenia's Avatar
  • Evyenia
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

I have not used Nebula for a while but looking at my notes the image was coded into the template.css, we changed it by adding to custom.css the css and changing the image path.

Here is the original css:
#topcolour {
background: #fff url("../images/header/people.jpg") center top;
background-attachment: fixed;
background-size: cover;
float: left;
width: 100%;
}

If you then put this into the custom.css and change the image path for the background to your image it will change the image. The path above is to the template not the main Joomla media folder so you will need to ensure the path is correct.

I hope that helps out.

Regards Ian
  • iafdesign's Avatar
  • iafdesign
  • LIfetime Developer - Big Bamboo
  • 393 posts
  • 153 Thanks
  • Karma: 58
The administrator has disabled public write access.
Thank you Ian for your fast reply!

Will get onto it now :)
  • Evyenia's Avatar
  • Evyenia
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks Ian
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
There is also this thread on a slightly different method

www.joomlabamboo.com/index.php?option=com_kunena&Itemid=215&catid=655&id=98845&lang=en&view=topic
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
This covers the css and an alternative way via the admin but if you update the template you would need to update the template again if adding via the admin

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

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

Happy Campers