How to put logo in announcements bar with studio theme

How can i put a small logo in my announcements bar with the studio theme. It only allows text

Hi @preservatoryx

This is PageFly - Free Landing Page Builder.

You can follow my step below here/ make sure the image is small, ideally 100 pixels in width - big images will slow down your website

Step 1: Theme > Edit code > Ctrf F find for announcement-bar.liquid

Step2: Find this line of code : ‘ {{ block.settings.text | escape }} ‘

Step 3: Add the img code next to the line of text

For Left side:

 {{ block.settings.text | escape }}
For right side:

{{ block.settings.text | escape }} 

Hope this can help you solve the issue

Best regards,

PageFly