Mary_ Posted July 1, 2021 Posted July 1, 2021 Hello! Is it possible to have a dropdown menu in my Norwegian button in my header? I would like it to have an English option under the Norwegian button. I cannot style the one in my Weglot so I made my own button instead. Thank you.
tuanphan Posted July 2, 2021 Posted July 2, 2021 On 7/1/2021 at 9:39 AM, Mary_ said: Site URL: https://volverno.squarespace.com/ Hello! Is it possible to have a dropdown menu in my Norwegian button in my header? I would like it to have an English option under the Norwegian button. I cannot style the one in my Weglot so I made my own button instead. Thank you. Add to Last Line in Code Injection > Footer. Replace google with new url. <script> jQuery(document).ready(function($) { $('<div class="sqs-block-button button-block tuan"><div class="sqs-block-button-container--center"><a href="https://google.com" class="sqs-block-button-element--small sqs-block-button-element">Google company</a></div></div>').insertAfter(".header-actions-action.header-actions-action--cta>a.btn"); }); </script> <style> .sqs-block-button.button-block.tuan { margin-top: 10px; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted July 22, 2021 Posted July 22, 2021 On 7/16/2021 at 3:54 PM, Mary_ said: Thank you so much @tuanphan Need help with these? Site URL: https://volverno.squarespace.com/ 1. (Mobile/Tablet – Shop) Background image doesn’t show in full size https://volverno.squarespace.com/all 2. (Mobile – Products) Want to make 2 products/row https://volverno.squarespace.com/all 3. (Mobile – Products) Want to show breadcrumb on top of product? (as on tablet/desktop) https://volverno.squarespace.com/all/p/wall 4. (Mobile – Products) (Quick view) Increase content width? https://volverno.squarespace.com/all 5. (About) When i click on button, it just reloads the page https://volverno.squarespace.com/about 6. (Tablet – Store > Norway) Make email not break https://volverno.squarespace.com/norway 7. (Tablet – Store > France) The same here https://volverno.squarespace.com/france 8.(Tablet – Store > France) The same here https://volverno.squarespace.com/france Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.