post has its own background

Posted in: Newspaper
Post count: 23

My category has its own background, and posts from this category has a similar background.
I want that post has its own background, how can I make it?
http://joxi.ru/LmG8bZRsRvldx2
http://joxi.ru/J2b9kvZt4lVLXm

Post count: 22421

Hello,

The easiest way to have your post use a different background is to use post template style 8: http://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/ this will grab the post featured image and use it as a background.
As an alternative, you can override the post background with css. You will need the unique post id you can get from here: http://screencast.com/t/MONR30SLy2u
Then you can use this id as a css class and use this code to change the background:

.postid-957 .td-backstretch {
display:none!important;
}
.postid-957 .backstretch{
background-image: url('http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg');
background-repeat: no-repeat;
background-size: 1920px 1080px;
}

I hope this helps.
Thank you!

Post count: 23

I need not only post has its own background but even main picture and header were 100% width like here: http://joxi.ru/vAW4dgGIkGlN9r, If I put pot`s background than main picture and header will be cuted ( http://joxi.ru/bmok5aNHMwdz7m )
How can I make main picture and header full width ignoring background of categories?

Post count: 22421

Hello,
Unfortunately it cannot be full width. Our theme depends on a fixed with and all the elements are positioned based on this fixed with. It will be a very difficult task in making the site full width as all the elements need to be adjusted. If you really need this customization, we recommend you hire a freelancer from sites like studio.envato.com
Thank you!

Post count: 23

OK, thanks. I understand this question.
I have a request: do you have the opportunity to consider and submit to the plan for the future updates of the theme is another style (very modern and necessary) for the main page and posts?

Here are some examples:

home page: http://joxi.ru/KAxV3yQF4pEzYm
post page: http://joxi.ru/LmG8bZRsRvNpX2

or see here: http://tsn.ua/ and http://tsn.ua/nauka_it/rozrobniki-z-google-stvorili-motoroshnogo-dvonogogo-droyida-ta-poznuschalisya-nad-nim-597812.html

Post count: 22421

Hello,
We always try to improve our theme as much as we can on every update. We will add more and more post styles and blocks and modules with every major update. This is one of our goals, to offer as many options as possible so the user can chose from a large amount of features, but this takes time and effort and cannot be done quickly.
Thank you for your suggestion. I will add this to our list of updates and pass this information on to the dev team.
thanks.

Post count: 23

Thanks, appreciate it. I really expect style (home and post) which I sent

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