- Add below code in child theme – functions.php file :
add_filter('wplms-top-menu',function($args){ echo vibe_socialicons(); return $args; });
- Add this CSS in WP admin – Appearance – Customizer – Custom CSS :
.topmenu+.socialicons li, .topmenu+.socialicons a { padding: 0 2px!important; }
- Now add social icon information in WP Admin – WPLMS – Social information – Social Media icons and it will appear in the header.
Result: