CLEANING THE HEADER

Awesome work, guys! You’v made a lot of users very happy, and thaks for that!!!

I’v two things to ‘‘finish’’ my project, and I appreciate your help:

-remove the gray bar (header/menu) to let the page full on screen
-and remove the black bar in the end (footer)

Here the URL - www.chova.com.br

How can I fix that?

Thank you again!

Hi @gustavocezero,

I hope you are well today and thank you for your questions.

I tried to visit your shared site but it is not accessing and displaying the error “This site can’t be reached” so i can’t understand what you are referring in your questions.

Could you please share the screenshots of what you are referring in your questions so that i can help you?

Kind Regards,
Movin

Oh! That shouldn’t be heppening, I’ma check that!

Here the prints:

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

footer#colophon,
header#masthead {
    display: none;
}