Hi Shopify Community,
I was attempting to replace the icons in the testimonials section, and ran into an issue of the image size being restricted. The default icons are quotation marks and stars, so I was trying to upload my own image instead.
I tried to make the background-size as small as possible, and made sure the image had the same px, but the issue was still there. Lastly, if needed, this is the code I edited to try to upload the image: Many thanks !!
{%- if block.settings.icon == 'quote' -%}
{%- elsif block.settings.icon == '5-stars' -%}
★★★★★
{%- elsif block.settings.icon == '4-stars' -%}
{%- elsif block.settings.icon == '3-stars' -%}
★★★
{%- elsif block.settings.icon == '2-stars' -%}
★★
{%- elsif block.settings.icon == '1-star' -%}
★
{%- endif -%}