Hello aco_and_co,
If you want to change the background colour and if you want to still unchanged the footer section to be in full-width, you will have to use a bit of CSS code for a general container and apply the below code, like this ->
The code is ->
.td-main-content-wrap {
background-color:red;
}
The result -> http://screencast.com/t/zZiKNQLBn
If you need more additional customization, please notice that it require custom work and we cannot provide this service at the moment and you will consider hiring a freelancer/developer to help you in this regard, sorry!
Thanks for your understanding!
Hi,
The method posted by Catalin is the only way of adding a background color or image to your site. you will have to user css to add images as well. The theme works like this: If you do not set a background image or color, there will be only a single container over the full width of the screen so you cannot have a backgground that only appears on the side of the content. This container is only added once you set a color or image from the thme panel. That is why the header and footer go into boxed version, to make room for this background container.
If you want to add an image, use the code Catalin provided and instead of a background color, add a background image like so:
.td-main-content-wrap {
background-image: url("image url here");
}
Thank you!
Hi,
Width the code, the header and footer including menus will be full width: http://screencast.com/t/6ztV0o1PSauX unless you use a boxed header: http://screencast.com/t/dsLQWrhRQj
Thank you!
