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.

Full Size Background IMage

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

Hi Team

I have a background image that dominates the site design. The default design is crop the image after the first "row". On the original Ascent template it was possible to have a the full image (see this dev link: acs.akebit.net). How can I do it on the new Ascent 2 template?

Thanks
Iain
  • Iain Mace's Avatar
  • Iain Mace
  • LIfetime Developer - Big Bamboo
  • 60 posts
  • 1 Thanks
  • Karma: 2
The administrator has disabled public write access.
Hi Iain,

You would need to set the background image to inherit in the settings and add something like


#topimage {background:transparent;}

#zen-wrap{
background-image: url("../../../images/pads.jpg");
background-size: cover;
background-attachment: fixed;
}

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