1. smithjd44
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 23 August 2018
  5.  Subscribe via email
I know I can add several background images to the Sophia template.

Is there a way I can add an overall background image as some of your templates can?

Just following up on a request by my client.

Thanks!

James
References
  1. http://tempdomain26.site
Accepted Answer Pending Moderation
0
Votes
Undo
Hi James

A background image can be set for each module block. Are you looking to set multiple images in the same module block?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I believe what James is asking for is to apply an overall background image to the page. I was looking for a way to do the same and found this post but no answer. I've tried several different ways. Is there a way to add one?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming I understand you correctly, to amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

Editr to taste

#body_panel {
background-image: url('http://localhost/build/sophia/images/header-slideshow/header-slide1.jpg');
background-size: cover;
background-attachment: fixed;
}
#container_showcase1_modules, #container_top1_modules, #container_top2_modules, #container_top3_modules, #container_main, #container_bottom1_modules, #container_bottom2_modules, #container_bottom3_modules, #container_base, #container_copyright {
background-color:
transparent;
}


Note that this will override all other background settings.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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