1. jascanio
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 21 May 2014
  5.  Subscribe via email
Hello,
I'm trying to add a background image to my web. I've searching around template parameters, but I see no option to do this. I see I can set background images for header and/or bottom, but not for the whole page.
Is there a way I could achieve this?
Thanks in advance for your help.
Regards,
Juan
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Juan

To make your background image visible throughout your page you can add the following to the Custom CSS field of your templates parameters..


#container_main, #container_hornav_mobile, #container_top3_modules {
background-color: rgba(0, 0, 0, 0) !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,
Thanks for your reply. Works a treat!
One more thing concerning background. I'd like it to scroll up and down together with content
I've added the following css code
body {background-attachment: scroll !important;}
, but it won't do anything.
Any idea?
Thanks in advance,
Juan
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Juan

This should do the trick...


#body_bg {
background-attachment: scroll !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
...and it did!
thanks for your superb support!
regards,
juan
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!