I want the page to only be white with post without the topic sliding image. How do I do this?
1 Answers
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 !
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?
I really need to know this, please let me know.
Hi,
Please send your site for further checking.
How can I remove the home page media so it’s just a regular page?
Hi,
You can add the following code to the header code.
Regards,
Please login or Register to submit your answer