Solved.
Topic summary
A Shopify store owner encountered an issue with resizing social media icons in their footer after updating from theme version 14.0 to 15.3. The custom CSS that previously worked in version 14.0 stopped functioning in the newer version.
Key Problem:
- Custom CSS selectors (like “icon-facebook”) were no longer recognized in version 15.3
- Yellow underlining appeared with error messages indicating selectors weren’t being applied to the section
Resolution:
The issue was marked as solved by the original poster, with a final screenshot showing the corrected implementation. The solution likely involved updating CSS selectors to match the new theme structure in version 15.3.
