jackpopsicle Posted September 24, 2021 Posted September 24, 2021 Site URL: https://hexahedron-saxophone-b9wb.squarespace.com Hello, My client has asked that I add two more buttons identical to the one I have in my header currently, either having three next to each other, or three stacked one on-top of another and I cannot figure it out. How can I add 2 more buttons to my header navigation? And custom change the colours? Thanks so much!
HoaLT Posted September 24, 2021 Posted September 24, 2021 15 minutes ago, jackpopsicle said: Site URL: https://hexahedron-saxophone-b9wb.squarespace.com Hello, My client has asked that I add two more buttons identical to the one I have in my header currently, either having three next to each other, or three stacked one on-top of another and I cannot figure it out. How can I add 2 more buttons to my header navigation? And custom change the colours? Thanks so much! Is it that you mean? Press 👍 or mark my comment as solution if you find my sharing useful 🆒 Squarespace pinchzoom lightbox plugin (affiliate link) 👁🗨 360 degree photo viewer (affiliate link) 📑 Squarespace embed PDF popup (affiliate link)
jackpopsicle Posted September 27, 2021 Author Posted September 27, 2021 Yes that's exactly what I mean. How do I do that!?!
jackpopsicle Posted September 28, 2021 Author Posted September 28, 2021 @tuanphan please can you help?
tuanphan Posted September 30, 2021 Posted September 30, 2021 On 9/28/2021 at 7:14 PM, jackpopsicle said: @tuanphan please can you help? Add to Last Line in Code Injection > Footer. Replace google with new url. Replace Jack 1, Jack 2 text with new text <script> $(document).ready(function() { $('<div class="header-actions-action header-actions-action--cta jack1"><a class="btn btn--border theme-btn--primary-inverse" href="https://google.com" target="_blank">Jack 1</a></div><div class="header-actions-action header-actions-action--cta jack2"><a class="btn btn--border theme-btn--primary-inverse" href="https://google.com" target="_blank">Jack 2</a></div>').appendTo('.header-display-desktop .header-actions.header-actions--right'); }); </script> <style> .header-display-desktop .header-actions.header-actions--right { flex-direction: column; } .jack1 { margin-top: 10px !important; margin-bottom: 10px !important; } </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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.