Hi, i have been trying to remove the footer from this template, sadly the site was made by someone else
We use quasar, yet this footer only said, restore default settings and home, i was able to remove this text easily, but the white strip stays, in some pages it's almost invisible, but in other it grows quite big, it really looks ugly, I've googled around and tried many things but nothing has actually worked, the bigger breakthrough was when i read i could remove it in the template features, but as i said, that only helped me to remove the text, i want to get rid of that ugly white strip, but I'm still stuck at it.
i added this code to the template.css
Code:
.wrapper a#clear-cookies {
display:none;
}
which i read somewhere it would remove it, and nope
I also went to modules and de activated the footer module, and nothing
well basically that's what I've tried so far.