Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #189707

    Hello,

    Is it a way to add a social icon to the right of the of the searh icon in header?

    Best Regards
    Magnus

    #189748

    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

    #190032
    This reply has been marked as private.
    #190714

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social icon (LinkedIn) to the right on searh icon in header’ is closed to new replies.