Change menu color and add social icons to menu

Hi! My name is Leandro, I am creating my portfolio, and there are some things that I could not achieve.
How can i change the menu color to black and the fonts to white? How can i add social icons (facebook and instagram) to the menu or other place? I use photogallery to show my images, and I would like to take the yellow buttons out. Leave a catch. Thanks a lot!

Hi @leav360,

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

How can i change the menu color to black and the fonts to white?

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

nav#site-navigation * {
    color: #fff;
}
nav#site-navigation {
    background: #000;
}
How can i add social icons (facebook and instagram) to the menu or other place? I use photogallery to show my images, and I would like to take the yellow buttons out.

To help us keep support thread separates could you please create new thread for your other questions here Shapely - Colorlib Support Forum instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Best Regards,
Movin