Hello @michifu66
Thank you for using Kiddiz Pro.
1. Regarding same color for primary menu please add the following code in dashboard -> appearance -> customize -> additional css.
.main-navigation ul.nav-menu > li:nth-child(2n),
.main-navigation ul.nav-menu > li:nth-child(2n) svg,
.main-navigation ul.nav-menu > li:nth-child(2n) a {
color: #000 !important; //note: you can use any hex color value you prefer
fill: #000 !important;
}
2. You have typography opions in customizer -> theme options -> global settings.
3. Regarding menu icons
.On the menu page at the top right corner you will find Screen Option toggle button. Click on it and Check on CSS Classes option.
.On the menu items as you toggle you will find CSS Classes (optional) input field.
.Write ‘fa fa-home’ in any menu items to add icon in menu, go to the given link to select icons. Link: https://fontawesome.com/v4.7.0/icons/
4. Regarding section navigation. You need to inspect the website in browser and copy the “id” attribute and use the url as “example.com/#id_name”
Regards
Shark Themes