Box theme / background colour

Posted in: Newspaper
Post count: 65

Hello, I want to use a background colour which will box the theme. Is it possible to still have a full width footer even with the theme boxed?

Post count: 23312

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!

Post count: 65

Thanks, but not quite what I was after.

What about a ‘theme background image’ but still keep full width footer?

Post count: 22421

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!

Post count: 80

Hello sir, i have an extra question here…
By applying above code we have full width footer BUT can you guide me how can i have both footer and header area including MENUS full width. I am badly in need for this solution.

Post count: 22421

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!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.