Shopify themes, liquid, logos, and UX
Hello, this class called 'material-symbols-outlined' converts my icons into text. How can I find where the code from the class is positioned, like in which file it is positioned, so I can remove it and hopefully it will not convert my icons into text anymore. I just do not know how to find the class by inspector mode. Please let me know if you know how to do that. URL: Glow Curtain: 400 LED Lights for a Magical Ambiance – InteriorGlows
@TrendBlend css file is hosted on google, it is not in your theme -
Option 1: Use Chrome Inspector
Go to your website.
Right-click on the icon that is showing as text.
Click "Inspect" from the menu.
In the panel that opens, look for something like:
Hover over that line to see where it is on the page.
Right-click on that line in the inspector, and choose “Reveal in Sources panel” or just note down what the class is and where it’s used.
Option 2: Search in Shopify Theme Files
Go to your Shopify admin.
Go to Online Store > Themes > Edit Code.
Press Ctrl + Shift + F (or Cmd + Shift + F on Mac) to search all theme files.
Search for this term:
You might find it in these files:
header.liquid
theme.liquid
sections/header.liquid
snippets/icon-search.liquid (or a similar file)
When you find the code, you can:
Replace the <span> with an SVG or another icon method you prefer.
Or you can stop using the icon set completely by removing the font link.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025