Hi there!
How can I remove the duplicate Brand information column? (remove the one on the right)
I have no idea where is coming from …
https://kingdompetshop.com/collections/dog-collars-leashes
Theme: Refresh
Pw: abcd
Thanks a lot!
A Shopify store owner encountered duplicate brand information columns in their footer, with an unwanted column appearing on the right side.
Root Cause:
Solutions Provided:
Multiple community members offered CSS-based fixes involving:
theme.liquid before the </head> or </body> tagsdisplay: none to hide the duplicate social media list elementResolution:
Note: The conversation includes screenshots demonstrating the issue and solution steps, though some text appears reversed/encoded in the original posts.
Hi there!
How can I remove the duplicate Brand information column? (remove the one on the right)
I have no idea where is coming from …
https://kingdompetshop.com/collections/dog-collars-leashes
Theme: Refresh
Pw: abcd
Thanks a lot!
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Result
Hello @kingdom2 , Go to Online store → Open Theme Customisation → Open Footer section.
Disable Show social media icons settings in Footer section it comes also from the brand information block of the footer.
Hello @kingdom2
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Thanks @dws_pvt_ltd , it is the cleanest solution indeed. I overlooked that opption.