Hi, in boundless theme, when you add a rich text section to the homepage, you are only entitled to 3 functions, Bold, Italic and Embed.
I would like to upload an image to my rich text section, is that possible?
Hi, in boundless theme, when you add a rich text section to the homepage, you are only entitled to 3 functions, Bold, Italic and Embed.
I would like to upload an image to my rich text section, is that possible?
Hello, @wasarbi
Welcome to the Shopify community!
and Thanks for your Good question.
sorry for this not possible to rich text
if you need to add an image so i will provide a custom section
Hi @wasarbi ,
It’s not possible to add the image in the rich text but the turnaround is to use custom code or add a section with image picker (again custom code). Let me know if you need my help with this.
Best of luck with your startup!
Hi, could you tell me what code to add for such a custom section?
Hi @wasarbi ,
For adding a simple image section to your store you can add the following code but obviously, it won’t be adjusted according to your store and requirements. You can hire an expert to make it exactly as you want.
Go to sections and create a new file customimage.liquid (Or whatever name you want to give)
Add the following code to the file
{
"name": "custom_img",
"settings": [
{
"type": "image_picker",
"id": "custom_img",
"label": "Logo image"
}
]
}
Best of luck with your startup!