Alicia,
It’s hard to know exactly from the outside, but I have 2 ideas for you. You have a shopping cart plugin of some sort. In its admin, there may be an option to not display that button.
Or you could use a quick and dirty method if you’re comfortable writing a little code. 🙂
Go to Appearance, Editor, and put the following code into style.css and save.
p.visitshop {
display: none;
}
Good luck, Dave
OH MY!
i actually used your code method, it works!
thanks so much! 🙂
Alicia,
Glad to hear it! CSS rocks! 🙂
I’d like keep the “visit the shop!”! But I want to literally link it to the actual shop! Anyone know what I can do?? Thanks!!