1. motorstyle
  2. Commercial Templates
  3. Sunday, 29 March 2020
  4.  Subscribe via email
I've used the CUSTOM CSS area to define a background image but it appear only on home page.

body {background-image:url('images/sfondi/sfondo.jpeg');
background-size:100% 100%;}

Someone can help me and explain why it's show only on home page and doesen't appear on the oters pages ? What I've done wrong ?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try using the full URL to your image.

Eg.

body {background-image:url('https://www.yoursite.com/images/sfondi/sfondo.jpeg');
background-size:100% 100%;}


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


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