Page background

Posted in: Newspaper
Post count: 145

Sounds like a simple question but I can’t find any option to set background image for individual pages. Am I missing something?

Post count: 23312

Hello Mayapur Voice,

Unfortunately, our theme does not have such an option to offers you a possibility to set different background image for your each page. If you want to achieve this, you have to use a bit of CSS code and insert the different image for each page with page ID. Also, you have to use background-image attribute for achieving that. Below I gave you an example of one page.

The code is ->

.page-id-951 .td-main-content-wrap, .page-id-951 .td-banner-wrap-full, .page-id-951 .td-header-menu-wrap {
background-image: url('http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg');
background-repeat: no-repeat;
background-size: 1920px 1080px;;
}

Consult here http://screencast.com/t/xPK02pMJwb and see how you can get the page id.

Please notice that you need some additional customizations after this code that involves custom work. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!

Thank you for the message!

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