Hi,
You can set your background image or color using css like this: http://screencast.com/t/MCxw0zW2Lu
#outer-wrap {
background-color: red;
}
.td-header-bg {
background-color: transparent;
}
Thanks
Thank you for the code the side works but top background isn’t changing
Also how do I set a “fold” under the top menu like you have in the demo?
Here is the best way I can describe it:
Keep the top bar but have the color start after it.
Hi,
Go to theme panel > theme colors and set your color as main theme bg color and as header color like this: http://screencast.com/t/y3JVMdKTc
After this use this custom css to remove the color from the header like this: http://screencast.com/t/9Z7GncXA
Thanks
Thanks for your help but its still not getting the desired effect, hopefully this screenshot will better explain:
-
This reply was modified 11 years by
sgoadmin.
Hi,
Use this custom css ion theme panel > custom css field: http://screencast.com/t/uynNMtQNFMM7
#outer-wrap {
background-color: #e5e5e5 !important;
}
.td-header-bg {
background-color: #e5e5e5 !important;
}
.td-header-bg .container {
background-color: #fff !important;
}
Thanks
