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.

Place image background template in zenBASE 2013

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

How I can place a background image in the template zenBASE?

Anyone have a solution for this?
  • haceves's Avatar
  • haceves
  • 3 Month Basic
  • 1 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Want area of the site are you looking to add this to?

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

I am assuming that you want to change the background of the whole website, you could follow these steps

1. Place your background image into folder /templates/zenbase/images/

2. Open file /templates/zenbase/css/custom.css and add some CSS rules for the background image, my example below will add new background for the body tag

html > body {
background: url(../images/your_background_file.png)
}

Hope this helps.
  • vietvu's Avatar
  • vietvu
  • 12 Month basic
  • 605 posts
  • 51 Thanks
  • Karma: 22
The administrator has disabled public write access.

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

Happy Campers