Hello,
Is it a way to add a social icon to the right of the of the searh icon in header?
Best Regards
Magnus
Hi Magnus_Norrman!
What type of header do you have? Please check on Enfold > Header > Header Type. You can manually add the linked in code on header.php but first we need to know the header type you’re currently using.
<li class="social_bookmarks_linkedin social_icon_4"><a target="_blank" href="http://linkedincom/kriesi" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></li>
Cheers!
Ismael
Hey!
Please go to Appearance > Editor and open Header.php file and find
wp_nav_menu($args);
echo '</nav>';
and right under that line, add Linkedin icon as shown here http://i.imgur.com/BjFjGWt.jpg
then add following code to Quick CSS in Enfold theme options under Styling tab
.linkedicon { float: right; }
.main_menu { right: 25px; }
Cheers!
Yigit