• Resolved alicialim

    (@alicialim)


    hello!

    would like to remove “visit the shop” button from the sidebar.
    anyone know how to do that?

    link:

    thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter alicialim

    (@alicialim)

    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!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Button’ is closed to new replies.