Banner in the footer

Hi, is it mandatory to show the banner in the footer "This website runs on Solara"?
2 Replies
cr33pyguy
cr33pyguy7mo ago
Hi! It's not mandatory, but of course we prefer if you give a shoutout to us in some form. You can remove it with this CSS:
.v-application--wrap > div:nth-child(2) > div:nth-child(2){
display: none !important;
}
.v-application--wrap > div:nth-child(2) > div:nth-child(2){
display: none !important;
}
Julio Diaz
Julio Diaz7mo ago
Thanks!!