Background images for pages

Posted in: Newspaper
Post count: 9

I want to be able to give some individual pages different backgrounds. How can I do this?

Post count: 23312

Hello tbrmedia,

You can add a different background image for every page you want only if you will use the page ID and then the CSS which add the bacgroud-image. Below, I gave you an example and how you can achieve this -> http://screencast.com/t/uZwRzfCd4r

The code is ->

.page-id-3180 .td-main-page-wrap {
background-image: url("http://enewsvid.com/wp-content/uploads/2016/05/enewsvid_background.jpg");
background-size: 100%;
background-repeat: no-repeat;
}

Hope this helps!

Thanks for your understanding!

Post count: 60

I used the CSS provided by Catalin. It changed the background to the inner wrapper wrapper rather than the page itself. See here:http://www.awesomescreenshot.com/image/1481792/5596c2894c7218fecc96ddeb24b6279c. Could you please provide the CSS to change the image background for the page.

Post count: 22421

Hi,

If you want to change the outer background on different pages then it can only be done by altering the theme files and adding a condition to check for the page id. Please follow this topic: https://forum.tagdiv.com/topic/single-page-background/

Thank you!

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