Hi:
There is notification at the top ” This is a demo store for testing purposes — no orders shall be fulfilled.”
How can I remove it ?
Here is the link: http://myhousekitchen.com/
Need your assitance
Hey!
Try adding this code to the Quick CSS:
.demo_store {
display: none;
}
Cheers!
Josue