… does anyone have any idea?
Thank you!
Ciao,
Dawid
4 Answers
Hi Dawid,
Plz share more details as your question is very vague.
Regards
Hi Guru,
Under “Layout Structure” in that guide …
… you can see the “Bottom area”. I would like to deactivate that part of my site. How it is possible?
Ciao,
Dawid
Hello Dawid !
To delete the bottom area in the DW Simplex, you can add the following code to the Header Code (Dashboard > Customize > Custom Code.)
<style>
.container-fluid #supplementary {
display: none;
}
</style>
Hope this helps !
Hello Dominic!
Yeah! It works! 🙂 Thank you!
Greetings,
Dawid
Please login or Register to submit your answer