Page header padding and font color

Hi,
I want to change the color of the navigation bar in my pages. My background on the home page is grey and the menu bar is white which works but my pages are white, i would like to have the menu bar and all additional text in black. how do i do that?

also there is a huge space between the menu bar and the text. how do i remove that?

Is there a page builder type plugin i may use with this theme?

Also-- I want the footer info to say copyright info just not theme info how do i do that? and will the year update automatically?

thank you so much

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

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

/*Remove footer*/
.copyright span:first-child {
    display: none;
}

You can use the following page builder with the theme:

Best Regards,
Support