Custom Content Blocks
Documentation on how to add more Content Blocks below the main one.
Last updated
Was this helpful?
Documentation on how to add more Content Blocks below the main one.
Last updated
Was this helpful?
By default, when you create your store and install theme, you'll just have . If you want to customise your store even more by adding block for e.g. Terms, Support or any other topic to the homepage below the main one, you can do that by adding code directly to index.html
.
Adding new blocks can be done in few steps:
Launch Template Editor and open index.html
from the sidebar
Scroll down until you see the
Between that two comments, you can place your custom blocks, below this steps, you can see the structure/code for the custom block
After you pasted and edited your custom block, click 'Publish' bottom from the top
This is the code of the Custom Content Block. At the bottom, instead of Lorem ipsum dolor sit amet...
text, you'll place content of your block. Icon of Block Title uses , in this example fas fa-cube
represents the cube icon in the title and 'Custom Block' text is the title.