Hi can anyone tell me how to get rid of these ugly blue and red icons that follows and travels up the side of the website when you scroll and click onto different pages.
Hi @lou_2_1 ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
1 Like
wonderful thank you.. it is www.listopillo.com
Hi @lou_2_1 ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Find file theme.liquid->paste below code at the before of the:
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Please add below css in bottom of assets/theme.css file
div#shopy-shaper-social-links {
display: none;
}
Thank you.
