Julie109 Posted June 28, 2023 Posted June 28, 2023 I would like to be able to add a custom HTML code block to the site header section of my page. Is this possible? I see where I can add custom CSS and where I can add scripts to my <head> section, but I don't see a way to add a custom HTML code block to my site header (i.e. next to my site's menu). I tried adding an external link to my navigation menu and then using javascript in the "code injection" area to inject the desired HTML (see below), but that didn't work. Site password is june23 And this is the javascript I used that didn't work: <script> function setNavCart() { document.querySelectorAll('.header-nav-item--external').forEach(function(el) { el.innerHTML = '<fontdue-cart-button label="CART" button-style="icon"></fontdue-cart-button>'; }); } setNavCart(); </script>
Solution paul2009 Posted June 28, 2023 Solution Posted June 28, 2023 15 minutes ago, Julie109 said: I would like to be able to add a custom HTML code block to the site header section of my page. Is this possible? For this code to work, you'll need to add it to the code injection footer. You can do this in Settings > Developer Tools > Code Injection. If you've added it there and experienced problems, please provide a link to the page on your site and explain a little more about your goal. Did this help? Please give feedback by clicking an icon below ⬇️ Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
Julie109 Posted June 29, 2023 Author Posted June 29, 2023 Thank you so much! I had put this code in the code injection header, not the footer. I made this switch and now it works perfectly. I appreciate this so much. paul2009 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment