Thank you very much! It works..;-)
I only need to remove the footer with copyright. I searched on topics and I found that I shoul add “<span></span>” and then “.site-info {
display: none;
}”
after I add “<span></span>” copy is disabled but I still have color bar. After I add extra “.site-info {
display: none;
}”
I see: .site-info {
display: none;
}
on the bar. Could you please help me with this? How should it be inserted so that I just wouldnt have anything there (no text and no bar).