0
Votes
Undo
  1. hopekiah
  2. Commercial Templates
  3. Thursday, 01 March 2018
  4.  Subscribe via email
Greetings.

This Joomla! 2.5.28 site uses the Oxygen template. http://andreabroyles.net/

My client now wants: "a really clean simple look. For instance I do not want any color or graphics except maybe black and grey but the bkgrd I would like white. "

I tried adding this CSS to the custom and template.css files:

#body_bg {
    background: none !important;
    background-color: #fff !important;
}


but it didn't take. Can you direct me? Or can you point me to a template for Joomla 2.5 that will satisfy her?
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Hope

Presuming I understand you correctly, try adding the following to the Custom CSS field of your template settings...

#content_wrapper, #top, #base_bg {
background-image: none;
}


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