How to Change Footer Image for Specific Page?

Posted in: Newspaper
Post count: 7

Is there any way to change footer image for a specific page?
I have seen Newspaper 6 Travel Demo,Where you added a Different footer image,So i also want to add a footer background image for my travel page.

Can show me a tutorial?

Post count: 22421

Hello,

You can set a footer background image from the theme panel, but this will apply to all the website, not just a specific page. http://screencast.com/t/IeAcC2wZM
If you want the footer image to be set to just a particular page, then you will need the page id. You can get it like so: http://screencast.com/t/F7B90bzE
Then you can use the id as a css class like so:

.page-id-2126 .td-footer-wrapper{
background-image:url('http://www.pesches.com/wp-content/uploads/2014/03/15815-grass-material.jpg');
background-repeat:no-repeat;
background-position:50% 50%;
}

result: http://screencast.com/t/rxWA01h57dSG

Thanks.

Post count: 7

I have got the page id,I don’t understand where to edit/add the code and image url in my dashboard.The code is located under custom Mode of theme panel or Under “Appearance-Editor” section?. Please show me an image where can i edit/add the code.

Post count: 22421

Hi,
You will need to add your code to the theme panel->custom css code box as shown here: http://screencast.com/t/1DqminJxjZ
(Just paste the code inside the code box)
Thank you!

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