1. lcorso
  2. Commercial Templates
  3. Sunday, 15 September 2013
  4.  Subscribe via email
I'm fairly new to Joomla but here is the issue I have since updating joomla to version 2.5.14. I have purchased the Metropolis template and since the upgrade of joomla my background image is not fully displaying as can be seen in the attached image of the site in question. The url to the physical site is http://www.wolfspiritradio.com. I believe it has something to do with the style settings but not sure where to make the adjustment.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi lcorso

To amend this issue could you try adding the following to the Custom CSS field of your templates parameters...


html {
background: url("/joomla/images/MountainBackground.jpg") no-repeat fixed 50% 0 transparent;
background-size: cover !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I inserted the CSS and it corrected about 75 percent of the issue. it still fails to display the background for the content section. you can validate at http://www.wolfspiritradio.com/
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Could you also try adding the following to your Custom CSS field...


body {background: none !important;}


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