The custom HTML code editor feature enables you to personalize your store's design and bypass customer support, saving time and ensuring your store shines.
Accessing and Using the Code Editor
- Go to Design > Code Editor.
- Enter your code in the Site Header box. This code will be added between
<head>
and</head>
tags in the top section of every page of the site, which is great for elements that need to be visualized first. - Insert your code in the Site Footer box. This code will be added between
<body>
and</body>
tags at the end of every page of the site, suitable for elements that are visible after everything else on your page has loaded. - Please make sure your code is correct and click the Save button.
Note:
Depending on your store's theme and design constraints, some customizations might not display as intended. Always consider the overall design guidelines and compatibility with your chosen theme when adding custom code.