Footer Area

Good morning, I apologize in advance for my poor english. I would need help with this theme. I should edit or delete the footer # colophon.site. I just managed to change the words but did not resize the box and add elements to it. Thanks in advance.

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the content of the footer by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove footer content*/ .container.footer-inner { display: none; }

If the content is removed then there will be an empty space but you can go to Appearance > Widgets and add a new widget to the footer.

Best Regards,
Support

Thanks a lot for the quick response but unfortunately I could not fix the problem (attached screen).
I also wanted to ask how was it possible to resize the logo box on the top left? I need it as big as the sidebar.
Thanks so much

Hello there,

Please remove the previous CSS code and try this one instead:

/*Remove footer*/
.footer .footer-credits {
    display: none;
}

/*Increase logo height*/
.nav-bar a {
    height: 70px;
}

Best Regards,
Support

The solution works only if you do not “use original css”. If he could tell me where those lines of code would be in the files would be valuable to me.
Early and thanks again for the answers.

I solved, thank you

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support