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.

Background image template responsive2

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

Hello,
since I recently purchased the template RESPONSIVE I want to know what files and how to operate to insert a picture as my background instead of white color.
Thank you
  • domenico's Avatar
  • domenico
  • 3 Month Basic
  • 5 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

You would need to add a couple of lines to the custom.css file

#zen-wrap {background-color:transparent;}
body {background:red}

You would replace background:red with the css for the image you want to add

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
css-tricks.com/perfect-full-page-background-image/

using the Awesome, Easy, Progressive CSS3 Way

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hello Paul, I tried to insert the line as you say nl file, but I get no results.
Can you help me please?
  • domenico's Avatar
  • domenico
  • 3 Month Basic
  • 5 posts
  • Karma: 0
The administrator has disabled public write access.
Do you have a link for the site?

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

Tank's
  • domenico's Avatar
  • domenico
  • 3 Month Basic
  • 5 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Do you have a custom.css file set up?

i can't seem to see it in the source code

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
custom.css files are inserted in the following commands:

# Zen-wrap {background-color: transparent;}
body {background-image: url ("www.mylifeinsalento.com/templates/responsive2/images/white.jpg");}
body {background-repeat: repeat;}

If this file must be in the template settings richiamoto I did and maybe you can explain to me how.
Thank you
  • domenico's Avatar
  • domenico
  • 3 Month Basic
  • 5 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

You need

#zen-wrap {background-color: transparent;}
body {background-image: url("www.mylifeinsalento.com/templates/responsive2/images/white.jpg");}
body {background-repeat: repeat;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
CSS is case sensitive so #Zen-wrap and #zen-wrap are different
You can't have a space between # and the div name

and you needed to spell transparent a bit differently

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