tuanphan Posted May 21 Share Posted May 21 #1. Use this code to Code Injection > Footer (replace example button text/URL with your desired text/URL). <a class="btn btn--border theme-btn--primary-inverse sqs-button-element--primary second-button" href="https://google.com">Button 02</a> <a class="btn btn--border theme-btn--primary-inverse sqs-button-element--primary third-button" href="https://ebay.com">Button 03</a> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function(){ $('a.second-button').insertAfter('a.btn'); $('a.third-button').insertAfter('a.second-button'); }); </script> #2. Use this code to Website Tools > Custom CSS a.second-button, a.third-button { display: none; } header#header a.second-button, header#header a.third-button { display: inline-block !important; margin-top: 5px; } div.header-actions-action--cta { flex-direction: column; display: flex; } #3. Result #4. To change button style, you can adjust these to secondary or tertiary If you can't make it work properly, you can comment site url below, I can help easier. 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!) 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