Pages Background

Posted in: Newspaper
Post count: 52

Hi,
Newspaper is really a fantastic product. Thank you.
I would like to create different pages with differents backgrounds.

Now I can create a specific background only for a certain category thorugh theme panel–> categories –> BACKGROUND UPLOAD
My question is: how can I create a specific background for a page?
I did not find anything in the page visual composer.
Can you help me?
Thank you anyway, your theme is awsome.

Post count: 20688

Hi

The background settings in the theme panel is general, it will apply to all the pages. You could set a white background color for example to make the website boxed first. Then using CSS code set background images for each page by page ID. Like this for example
https://www.screencast.com/t/2hujvjnLqy1M
The result is that you can set different backgrounds by page ID. This could be useful if you should consider it a solution

.page-id-XXX {
background-image:url("");
background-repeat: no-repeat;
background-attachment: fixed;
}

When building pages with the composer there are options to set background colors, images or videos for rows, thought I mentioned that as well.

Thanks

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