Emilienev Posted February 6 Share Posted February 6 Hello, I was wondering if anyone could help me. I would like to move my search icon on my navigation to the opposite side (right side) next to the account icon. Is there a way to do this? Also, is it possible to get both of these icons in the navigation on mobile view to the right of the logo? i have attached pictures with where i would like these to be. Thank you in advance for any help! Link to comment
tuanphan Posted February 10 Share Posted February 10 Hi, Can you share link to your site? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Emilienev Posted February 10 Author Share Posted February 10 Hey @tuanphan sure its Hello123 🙂 Link to comment
tuanphan Posted February 11 Share Posted February 11 On 2/10/2023 at 6:00 PM, Emilienev said: Hey @tuanphan sure its Hello123 🙂 Hi, Site url, not password Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Emilienev Posted February 12 Author Share Posted February 12 @tuanphansorry! its www.thealchemiguide.com Link to comment
tuanphan Posted February 15 Share Posted February 15 On 2/13/2023 at 2:33 AM, Emilienev said: @tuanphansorry! its www.thealchemiguide.com Add this to Last Line in Code Injection > Footer <script> $(document).ready(function() { $('header#header .search-icon').insertBefore('.header-actions.header-actions--right>.user-accounts-link'); }); </script> <style> .header-layout-branding-center-nav-center .header-actions--right>div:first-child { display: none; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Emilienev Posted February 15 Author Share Posted February 15 @tuanphan thank you so much that worked perfectly on the desktop! Is there a way to get the search icon and the members icon into my navigation header on mobile view next to the site title? At the moment i cant see the search icon and the members icon is positioned like a navigation title. Thanks again for your help! 🙂 Link to comment
tuanphan Posted February 21 Share Posted February 21 On 2/16/2023 at 5:00 AM, Emilienev said: @tuanphan thank you so much that worked perfectly on the desktop! Is there a way to get the search icon and the members icon into my navigation header on mobile view next to the site title? At the moment i cant see the search icon and the members icon is positioned like a navigation title. Thanks again for your help! 🙂 Current Member Icon is in overlay Menu. You want to move it outside + add a search icon to right of header. Is this right? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Emilienev Posted February 21 Author Share Posted February 21 @tuanphanYes please, so the search icon and member icon are together to the right of the header if possible 🙂 Thank you! Link to comment
tuanphan Posted February 25 Share Posted February 25 On 2/21/2023 at 4:38 PM, Emilienev said: @tuanphanYes please, so the search icon and member icon are together to the right of the header if possible 🙂 Thank you! Add this code under <style> @media screen and (max-width:991px) { .header-actions.header-actions--right, .header-actions.header-actions--right>div { display: flex !important; position: relative; left: -40px; } } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Emilienev Posted February 27 Author Share Posted February 27 @tuanphanthank you! It has worked but now there are two search icons and the members icon is still in the overlay menu...I added it underneath the previous piece of code have i added it in the wrong place? Thanks again 🙂 Link to comment
tuanphan Posted March 5 Share Posted March 5 On 2/27/2023 at 5:14 PM, Emilienev said: @tuanphanthank you! It has worked but now there are two search icons and the members icon is still in the overlay menu...I added it underneath the previous piece of code have i added it in the wrong place? Thanks again 🙂 Add this under to hide them <style> .header-actions.header-actions--right>div:first-child { display: none !important; } .user-accounts-link.header-menu-nav-item.header-nav-item--collection.customerAccountLoginMobile.loaded { display: none; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Emilienev Posted March 13 Author Share Posted March 13 @tuanphan Ah that worked perfectly thank you so much for your help! Link to comment
Emilienev Posted April 26 Author Share Posted April 26 Hey @tuanphan so sorry but i was wondering if you could help me (again!). I would ideally like the search icon to be next to account icon on my desktop page. It's perfect on mobile view, just desktop where they are slightly too far apart, would you please be able to help me with this? 🙂 Link to comment
tuanphan Posted April 29 Share Posted April 29 Hello123 https://www.thealchemiguide.com/ password is incorrect Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Emilienev Posted May 2 Author Share Posted May 2 sorry @tuanphan the password Hello123 should work now! Link to comment
tuanphan Posted May 4 Share Posted May 4 On 5/2/2023 at 9:41 PM, Emilienev said: sorry @tuanphan the password Hello123 should work now! Add to Design > Custom CSS .header-actions--right .customerAccountLoginDesktop { margin-left: 0px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Emilienev Posted May 4 Author Share Posted May 4 @tuanphanThat worked perfectly thank you so much! tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment