Remove duplicate Brand information column

Solved

Remove duplicate Brand information column

kingdom2
Excursionist
25 0 7

 

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!

 

kingdom2_0-1725973777849.png

 

Accepted Solution (1)

dws_pvt_ltd
Shopify Partner
330 65 92

This is an accepted solution.

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.

download (47).png

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: [email protected].
For more information visit our website Dolphin Web Solution Pvt Ltd.

View solution in original post

Replies 5 (5)

BSSCommerce-B2B
Shopify Partner
1734 520 583

@kingdom2 ,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceB2B_0-1725973984833.png

 

 

 

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.footer-block--newsletter {
  display: none!important;
}
</style>

Result

BSSCommerceB2B_1-1725974061979.png

 

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

dws_pvt_ltd
Shopify Partner
330 65 92

This is an accepted solution.

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.

download (47).png

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: [email protected].
For more information visit our website Dolphin Web Solution Pvt Ltd.
kingdom2
Excursionist
25 0 7

Thanks @dws_pvt_ltd , it is the cleanest solution indeed. I overlooked that opption.

Tech_Coding
Shopify Partner
309 80 71

Hello @kingdom2 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .footer-block--newsletter.scroll-trigger.animate--slide-in ul.list-social {
      display: none !important;
  }
</style>

Tech_Coding_0-1725974155862.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

BSS-TekLabs
Shopify Partner
2350 702 827

- Here is the solution for you @kingdom2 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
.footer-block--newsletter ul.list-unstyled.list-social.footer__list-social {
    display: none !important;
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1725974565046.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now