1. habi
  2. Commercial Templates
  3. Friday, 21 July 2017
  4.  Subscribe via email
Hello

I wanna use a different, repeating background for the responsive view. Its working fine but only on the home page ... On the other pages the background is black.

I use this code on the responsive custom css for phone (portrait):


#body_bg {
background: url("images/hintergrund_mobile.png") repeat !important;
}


The link to my Website is: http://fantasycircus.efw.ch

Thank you very much for your help :)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try using the full URL to your background image....

#body_bg {
background: url("http://fantasycircus.efw.ch/images/hintergrund_mobile.png") repeat !important;
}


Also ensure that you have added your custom CSS to all assigned template styles.

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Its working now with the full url :)

Thank you very much!
  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!