Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #229581

    Dear Enfold,

    help me please:

    1.How to make search avaliable in top header visible before the HOME link. currently the search button only popup after click. i would like the Search avaliable before the home link.

    2. why in the mobile version i could not find the search button at all? any code i need to put so i could search when im in mobile version?

    thank you
    indra

    #230116

    Hey indrahalim!

    Please go to Appearance > Editor and open Header.php file and find

    if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);

    then add following code right below it

    get_search_form();

    Then you can position it by adding following code to Quick CSS in Enfold theme options under Styling tab

    #header #searchform { float: right; }

    You can remove default search icon from main menu in Enfold theme options > Header > Append search icon to main menu

    Regards,
    Yigit

    #230183

    Dear Enfold,

    i cannot find QUICK CSS in enfold directory… is it under different name? stylesheet.css? or where?

    thank you
    indra

    #230186

    Hi!

    It is in Enfold theme options under Styling tab http://i.imgur.com/W0v6KLB.jpg
    You can also add your custom CSS code in Custom.css file inside Enfold/Css folder

    Best regards,
    Yigit

    #230188

    dear enfold,

    i have found the CSS but now the top header looks ugly how to move it around before the HOMEpage menu and one line with homepage link.

    cheers,
    indra

    #230189

    dear yigit,

    can i give you my website login and password? thank you

    cheers,
    indra

    #230203

    Hi!

    Sure, please do so. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Cheers!
    Yigit

    #230204
    This reply has been marked as private.
    #230212
    This reply has been marked as private.
    #230214

    Hi!

    Please review your website. For further modification, you are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.