1. Gph
  2. Commercial Templates
  3. Saturday, 15 June 2013
  4.  Subscribe via email
Hello,

I use the Arkadia template and put next code in the Custom CSS :
body{
background: url(images/stripe.jpg);
background-size: auto !important;
}

This code works only for the homepage, not the other subpages (the background stays white)

Please help,

Thanks in advance
Accepted Answer Pending Moderation
0
Votes
Undo
Hi G

Would you have a URL to an example of this issue?

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

For your background image try using the following instead for your CSS...


[code type=css]body {
background-image: url("../images/stripe.jpg";);
}[/code]

The '../' amends any linking issues to your background created using SEF URLs.

Ciarán
  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!