Xavier Jones
asked 10 years ago

I want the page to only be white with post without the topic sliding image. How do I do this?

1 Answers
DominicStaff
answered 10 years ago

Hi Xavier ! 
To remove the feature image option in the DW Timeline, you can add the following code to the Header Code:

 <style>
.home .entry-thumbnail {
    display: none;
}
</style>

Hope this helps !

Xavier Jones
replied 10 years ago

Hi,
This did not remove the image. I am talking about removing the whole colored part of the top of the page. So there is only the white page left underneath. How can I do this?

Xavier Jones
replied 10 years ago

I really need to know this, please let me know.

Dominic Staff
replied 10 years ago

Hi,
Please send your site for further checking.

Xavier Jones
replied 10 years ago

How can I remove the home page media so it’s just a regular page?

Dominic Staff
replied 10 years ago

Hi,
You can add the following code to the header code.

Regards,

Powered by DW Question & Answer Pro