solved Background tree

silverwolf
@silverwolf
9 years ago
46 posts
Hellos all
Anyone know how to add a background image in the tree section?

Have a good day!
4.JPG.jpg
4.JPG.jpg  •  70KB


updated by @silverwolf: 05/23/15 05:59:15PM
brian
@brian
9 years ago
10,148 posts
The template that controls it is the "pedigree.tpl" file in the Genosis Core module - you could set a background image on the "container".

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
silverwolf
@silverwolf
9 years ago
46 posts
brian:
The template that controls it is the "pedigree.tpl" file in the Genosis Core module - you could set a background image on the "container".

Hope this helps!

Thank you for pointing the way.
So if I understand, I just add a html command in the file indicate after add an image to a directory.

Thanks agains Brian, i test it and i let you know tomorow. :-)

Have a nice day all!
brian
@brian
9 years ago
10,148 posts
Yeah you want to:

- upload the image to your site
- add style to the container tag - i.e.:

<div class="container" style="background-image: url(http://yoursite.com/images/image.jpg);">

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
silverwolf
@silverwolf
9 years ago
46 posts
brian:
Yeah you want to:

- upload the image to your site
- add style to the container tag - i.e.:

<div class="container" style="background-image: url(http://yoursite.com/images/image.jpg);">

Hope this helps!

Very nice. Its work:-)
Thanks!

When I have finished my site, I will make template and share with your members.

Tags