Dawid
asked 9 years ago

… does anyone have any idea?
Thank you!
Ciao,
Dawid

4 Answers
Guru
answered 9 years ago

Hi Dawid,
Plz share more details as your question is very vague.
Regards

Dawid
answered 9 years ago

Hi Guru,
Under “Layout Structure” in that guide …

DW Simplex


… you can see the “Bottom area”. I would like to deactivate that part of my site. How it is possible?
Ciao,
Dawid

DominicStaff
answered 9 years ago

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 !

Dawid
answered 9 years ago

Hello Dominic!
Yeah! It works! 🙂 Thank you!
Greetings,
Dawid

Powered by DW Question & Answer Pro