Add social menu icons in the Default header

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

 


Result:

result of tip

Leave a Reply

Your email address will not be published. Required fields are marked *