Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #238314

    Hello.

    I would like to move the search icon from the menu to the upper part of the header (where my social icons are) and also to add a search text next to it.

    Currently my social icons are above my logo ( both are left aligned) and I would like the search icon to be positioned in the right side of the social icons bar.

    Thanks!

    #238692

    Hi oravidor!

    Please go to wp-content\themes\enfold\includes folder and open helper-main-menu.php file and find

    <div id='header_meta' class='container_wrap container_wrap_meta <?php echo avia_header_class_string(array('header_social', 'header_secondary_menu', 'header_phone_active'), 'av_'); ?>'>
    		
    			      <div class='container'>

    and add following code right below it

    <?php get_search_form(); ?>

    Best regards,
    Yigit

    #239019

    Hi Yigit

    It does move the search icon up , but its not what I’ve meant..
    It moves it into upper level than the social icons, I would like it to be on the same level as the icons.
    I would also like for the same icon as in the menu and not with the added box, only added text before the icon. It is more elegant that way.

    Thanks!

    #239972

    Hi!

    That kind of customization is beyond what we can do via support. If its a must- have feature you can either add it as a feature request here: https://kriesi.at/support/enfold-feature-requests/

    or

    Have it custom coded in by a freelance developer. I recommend Codeable, Microlancer or http://kriesi.at/contact/customization for hiring out the customization.

    Best regards,
    Devin

    #240369

    Ok,

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Search icon position’ is closed to new replies.