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.

Newstream2: Background image?

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

Hi there: ist there any prepared solution für a background image to use in Newstream2?
  • Christoph Musy's Avatar
  • Christoph Musy
  • 12 Month Developer
  • 10 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

What part of the background are you looking to change?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
For this website: neu.centro-namaste.ch/ for ex. the background for the gridline 2 (where the text "un tocco professionale…" is displayed, …

…and for the subsite to put a background-image for the whole site or at least for the main content.

I would like to place a background image which ca be displayed a) as large as the website or b) as large as the screen of the user is.
  • Christoph Musy's Avatar
  • Christoph Musy
  • 12 Month Developer
  • 10 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

So you will need to target the wrappers


#bannerwrap {background: transparent;}

#tabwrap {background: transparent;}

#grid1wrap {background: transparent;}

#grid2wrap {background: transparent;}

grid3wrap {background: transparent;}

#grid4wrap {background: transparent;}

#grid5wrap {background: transparent;}

body #bottomrow {background: transparent;}

body .t3-wrapper {background: transparent !important;}

body {background:red;}

I've added this long hand so you would merge the lines

This gives you the option of adding the image to the body line instead of the colour

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
You will have to add css the actual content area

You would add the styling to the custom.css file

Are you familiar with how to do this?

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