Background colour

Posted in: Newspaper
Post count: 28

Hi Guys

Really simple one this time,

On my home page, which is a page in WP called /news/ how do i change the white (body) part of the page to a different colour?

Id like it to be an ivory / blue colour…

Cheers (thanks for the work and great theme..)

Rich

ps. (https://www.continentaltelegraph.com)

Post count: 20688

Hi,

So the background color should affect the page content only in the homepage. One solution would be to stretch the rows in the homepage, and set a background color for each of them
http://prntscr.com/mgf1wihttp://prntscr.com/mgf221

It can be done with some CSS as well, just for the homepage
http://prntscr.com/mgf77i
I could modify the code if needed, let me know

.home .td-main-page-wrap,
.home ins,
.home .td-header-style-10 .td-banner-bg {
background-color: #d8d4dd;
}

Thanks

Post count: 28

Hi,

Where would i use the CSS method? – is there a custom CSS box?

Post count: 20688

Hi,

There is a custom code section in the theme panel, enter it in the custom CSS box
http://prntscr.com/mgsij8
Let me know if you have more questions.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.