Copy the logo's SVG code and paste it directly into the marquee section. This is the only way to add a logo on Cama V1, because the section has no image block.
How to add images in the marquee section
Updated last month
Cama V1's marquee section has no image block, but you can add a logo by pasting its SVG code directly into the section.
The image block was introduced in Cama V2. This workaround is only needed on V1.
Search Google for the SVG code of the logo you want, e.g. "Shopify SVG logo".
Right-click an SVG search result and choose "Open image in new tab".
Right-click that image and choose "View source of the page".
Copy the SVG code from the source, which looks like this:
<svg width="120" height="60">...</svg>Paste the SVG code into your marquee section.
FAQ
How do I add a logo to the marquee section in Cama V1?
Why can't I add an image to the marquee section in Cama V1?
Cama V1's marquee section has no image block, so you can't upload an image the usual way. Instead, paste the logo's SVG code directly into the section.
Does the marquee section support images in Cama V2?
Yes. The image block was introduced in Cama V2, so this SVG workaround is only needed on V1.
How do I find the SVG code for a logo?
Search Google for the logo's SVG code, for example "Shopify SVG logo". Right-click an SVG search result and open it in a new tab, then view the page source and copy the SVG code from it.
What does the SVG code I paste into the marquee section look like?
It is an SVG tag such as <svg width="120" height="60">...</svg> that you copy from the logo's source and paste into your marquee section.