social icons from footer into header

Hi,

how can I move the social Icons from the footer into the header? e.g. into the nav bar on top but on the right side?

thank you

Hey there,
Hope you’re doing well today

You’d probably have to create a custom widget area and add a custom menu there. That custom menu would be the social menu.

Here’s a plugin that should be able to do that: WP Custom Widget area – WordPress plugin | WordPress.org
Here’s some more information on widget areas: Widgetizing Themes « WordPress Codex

Instead of editing that directly in the theme, I suggest you to do that in the Child theme, by creating a child theme, Child Themes « WordPress Codex

I hope this helps :slight_smile:

Best Regards,
Support