Remove duplicate Brand information column

Topic summary

A Shopify store owner encountered duplicate brand information columns in their footer, with an unwanted column appearing on the right side.

Root Cause:

  • The duplicate originated from the footer’s “Show social media icons” setting, which was enabled in the theme customization.

Solutions Provided:

Multiple community members offered CSS-based fixes involving:

  • Adding custom CSS code to theme.liquid before the </head> or </body> tags
  • Using display: none to hide the duplicate social media list element

Resolution:

  • The cleanest solution was simply disabling the “Show social media icons” setting in the Footer section through Shopify’s theme customization interface (Online Store → Theme Customization → Footer).
  • The original poster confirmed this approach worked and marked it as the accepted solution.

Note: The conversation includes screenshots demonstrating the issue and solution steps, though some text appears reversed/encoded in the original posts.

Summarized with AI on November 6. AI used: claude-sonnet-4-5-20250929.
  • Here is the solution for you @kingdom2
  • Please follow these steps:

  • Then find the theme.liquid file.
  • Then add the following code at the before tag and press ‘Save’ to save it.

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.