Hello, I just mooved the social medial icones on the right of my footer but they duplicated and stayed on the middle…
Anyone can help me to delete them on the center to keep them as they are on the right side ?
Website link : https://0e0f82.myshopify.com/
Thanks a lot !
Moeed
2
Hey @GadVenin
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above tag.
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
1 Like
.footer__content-top .footer-block--newsletter{
display:none !important;
}
try this in you base.css
1 Like