surf2023 Posted December 17, 2023 Share Posted December 17, 2023 Hello, When the visitors click on 'Collections', they see the menu like this: But I would like to have all the categories always visible like so: Is it possible? Many thanks! Link to comment
Web_Solutions Posted December 18, 2023 Share Posted December 18, 2023 14 hours ago, surf2023 said: Hello, When the visitors click on 'Collections', they see the menu like this: But I would like to have all the categories always visible like so: Is it possible? Many thanks! Can you share your website URL? surf2023 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
surf2023 Posted December 18, 2023 Author Share Posted December 18, 2023 yes, thank you! www.garro-editions.com Link to comment
Solution Web_Solutions Posted December 18, 2023 Solution Share Posted December 18, 2023 (edited) 1 hour ago, surf2023 said: yes, thank you! www.garro-editions.com Add these code on Code Injection panel in Website > Utilities > Website Tools > Code Injection. Add the code under Footer section. See the image <script src="https://code.jquery.com/jquery-3.6.3.min.js"></script> <script> $(function(){ $('header [href="/collections"]').attr("href","/collections/textiles"); }); </script> Edited December 18, 2023 by Web_Solutions tuanphan 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
surf2023 Posted December 18, 2023 Author Share Posted December 18, 2023 Amazing, thanks ! 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