Hello,
Thanks for your purchase.
1. Unfortunately, CityTours theme has no option to change footer color. You can use custom css code to do it.
For example, use follwoing code.
footer {
background: #ffffff !important;
}
You can change copyright text in Theme options panel. Please check http://prntscr.com/1nfjhnj
And please add social link in Theme options panel. http://prntscr.com/1nfk5ok
2. You can change the font size and font weight of the menu in Theme options panel -> Basic settings tab.
http://prntscr.com/1nffwet
Please enable custom styles and config menu fonts.
3. Please use custom css code to change paddding of the menu.
For example, use following code.
.main-menu {
padding: 50px 0 50px 0;
}
Best regards,
If you have any other problem with the theme, please let me know.
Thank you.