how to set a full screen image as home page

Posted in: Newspaper
Post count: 2

Hi Team,
thanks for the excellent n detailed support.
Just a doubt, before i break my head trying with these many awesome possible options…
Can i set a full screen image as the background for my static homepage ?

thanks in advance…

Post count: 23312

Hello raj-guru,

Unfortunately, notice that our theme does not have any such an option that allows you to set the background only for the homepage, but please notice that you can use the following trick in this case. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-stretch-width{
display:none!important;
}
.home .td-stretch-width{
display:block!important;
}

NOTE: When the background image was been setup, the theme layout will become boxed.
Hope this helps and let us know how it goes!

Thanks for your understanding!

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