1. Rayjak
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 25 August 2017
  5.  Subscribe via email
I am trying to place an image as background in the header of Scarlett and there is already a background image in the body. Is this possible as this override doesn't work.

#container_header {
box-sizing: border-box;
background-image: url("images/log_cabin_wall.jpg";)!important;
background-repeat: repeat;
background-color: transparent!important;
}
References
  1. http://uswebdesigngroup.com/event-catering-food-truck/index.php/home
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

It appears that your CSS is not finding your background image. To resolve try using the full URL to your image..

#container_header {
background-color: transparent;
background-image: url("http://uswebdesigngroup.com/event-catering-food-truck/images/log_cabin_wall.jpg");
background-repeat: repeat;
box-sizing: border-box;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciarán

That fixed it. Second time this issue bit me. Won't happen again. Thanks again for your endless help.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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