I tried to use Better Background for the installation of background photos & color on my brand-new EcoPro site, but it doesn't seem to work. Any ideas how I can get it to work? I'd like to use a plugin for this rather than some Custom CSS solution, and if Better Backgrounds isn't compatible, can someone recommend one that is?
Failing all that, what is my best course of action? I see some ability to change Custom CSS in the Theme Options under Custom Code. Can someone provide me a snippet that would be appropriate here?
EcoPro Background Change
Started by
durgadas
, Aug 16 2011 10:24 PM
8 replies to this topic
#1
Posted 16 August 2011 - 10:24 PM
#2
Posted 16 August 2011 - 10:51 PM
If all it does is set a background for the body tag, then you will need to make the contentcontainer and header transparent like this:
If you still need to manually add the bg image do this:
#header, .contentcontainer{
background: none transparent;
}
If you still need to manually add the bg image do this:
body {background: url(YOUR-IMAGE-URL) ; }
#3
Posted 17 August 2011 - 12:48 AM
I see, so maybe then this transparency will allow the plugin to work? Is this what you meant to communicate? That's a great solution, in that case.
Thanks,
Regis :-D
#4
Posted 17 August 2011 - 02:14 AM
The transparency will make the background of the header see-through, so yes, it should make whatever you're adding with the plugin visible.
#5
Posted 17 August 2011 - 05:55 PM
One further question: which file I am doing this in? I'm still fairly new to Wordpress. I understand I can make these changes in the Editor.
#6
Posted 17 August 2011 - 09:48 PM
This can be added in the Platform Pro Settings in your WP admin:
PlatformPro -> Custom Code -> Custom CSS
#7
Posted 17 August 2011 - 10:02 PM
Sorry, but in this case, we're talking about EcoPro.
#8
Posted 17 August 2011 - 10:06 PM
Oh sorry,
Theme Options -> Custom Code -> Custom CSS
#9
Posted 17 August 2011 - 11:11 PM
I put that in, and you can see the result seems to be limited to the very top upper corners:
http://hwb.regischapmandesign.com/
Maybe the posting area is a horizontal white part all the way across, and putting in a background (which I assumed to be going down the sides) won't work.










