georgeotsubo Posted September 23, 2021 Share Posted September 23, 2021 (edited) Site URL: https://www.riosgarden.me/ Hi, I would like to show a search icon on desktop and mobile like this mockup instead of using a search block. Is this possible? Tapping the search icon can launch a new search page. Edited September 23, 2021 by georgeotsubo copy update Link to comment
tuanphan Posted September 24, 2021 Share Posted September 24, 2021 What will it happen when click search icon? 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
georgeotsubo Posted September 28, 2021 Author Share Posted September 28, 2021 Hi @tuanphan I was thinking it could just go to a search page like this? Link to comment
tuanphan Posted September 29, 2021 Share Posted September 29, 2021 On 9/28/2021 at 12:22 PM, georgeotsubo said: Hi @tuanphan I was thinking it could just go to a search page like this? You can add a Link Item on Header with Name: Search URL: Search page url Then let me know. We will give the code to replace the text "Search" to search icon 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
georgeotsubo Posted September 30, 2021 Author Share Posted September 30, 2021 @tuanphan I want the search icon to appear on mobile on the right next to the Site title and not behind the menu icon. Is that possible by adding a link item to the Header? Link to comment
tuanphan Posted October 3, 2021 Share Posted October 3, 2021 On 10/1/2021 at 4:35 AM, georgeotsubo said: @tuanphan I want the search icon to appear on mobile on the right next to the Site title and not behind the menu icon. Is that possible by adding a link item to the Header? You mean Burger (left) - Site title (middle) - Search icon (right). 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
georgeotsubo Posted October 5, 2021 Author Share Posted October 5, 2021 On 10/3/2021 at 4:26 AM, tuanphan said: You mean Burger (left) - Site title (middle) - Search icon (right). Is this right? Yes, that is correct Link to comment
tuanphan Posted October 7, 2021 Share Posted October 7, 2021 On 10/5/2021 at 11:04 AM, georgeotsubo said: Yes, that is correct Add to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('div#block-yui_3_17_2_1_1632335709276_4481').appendTo('.header-display-mobile'); }); </script> <style> .header-display-mobile input { padding: 10px 20px !important; position: relative; left: -50px; } html, body {overflow-x:hidden;} </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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment